summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-26 18:56:32 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-26 18:56:32 +0000
commitf0fe9f395caae06c5f4ca2fe8b5534d6bd97fcb4 (patch)
tree09e7fcacc40abb00df4c0ef8b460dbc027df2eab /sys/netinet/ip_ipsp.h
parentbad460060180064bc08a00c589581bf5f43ebfa8 (diff)
Use pool(9) for IPsec policy structures.
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index c0f74b15629..c26de99af46 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.111 2001/06/26 18:34:40 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.112 2001/06/26 18:56:30 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -438,6 +438,8 @@ extern u_int64_t ipsec_last_added;
extern int ipsec_require_pfs;
extern int ipsec_expire_acquire;
+extern int ipsec_policy_pool_initialized;
+
extern int ipsec_soft_allocations;
extern int ipsec_exp_allocations;
extern int ipsec_soft_bytes;