summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2008-10-08 06:24:51 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2008-10-08 06:24:51 +0000
commit1df4693c3e408b03906b0eae0be04d673b60cc0a (patch)
treeb7a53bcc35b6d149baf6f60a3b085e6822c49422 /sys/net/pfvar.h
parent55b75535a41a62ca8340443177cfad4e5d0cfccb (diff)
Get rid of the second table entry pool (pfr_kentry_pl2); we're already
using the default interrupt handler for both, so there's no need to keep table entries created in interrupt context separate. ok henning art
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 2fb1d99b0be..e8ed133845a 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.279 2008/09/22 10:22:19 mpf Exp $ */
+/* $OpenBSD: pfvar.h,v 1.280 2008/10/08 06:24:50 mcbride Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1005,7 +1005,6 @@ struct pfr_kentry {
u_int8_t pfrke_net;
u_int8_t pfrke_not;
u_int8_t pfrke_mark;
- u_int8_t pfrke_intrpool;
};
#define pfrke_counters u.pfrke_counters
#define pfrke_route u.pfrke_route