From: angelos Date: Mon, 28 Apr 1997 19:21:15 +0000 (+0000) Subject: Added faddr/laddr on the pfkeycb, for completeness. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=119e332f80ea459563ea881f18a29c00381c1ccc;p=openbsd Added faddr/laddr on the pfkeycb, for completeness. --- diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index d8eaef81acd..ba1e4b935af 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,5 +1,3 @@ -/* $id$ */ - /* * The author of this code is Angelos D. Keromytis, angelos@openbsd.org * (except when noted otherwise). @@ -29,6 +27,8 @@ struct pfkeycb { LIST_ENTRY(pfkeycb) pfkey_list; struct socket *pfkey_socket; + struct sockaddr *pfkey_faddr; + struct sockaddr *pfkey_laddr; struct sockproto pfkey_proto; u_int32_t pfkey_flags; #define PFKEYv2_REGISTERED 0x1