diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-10-08 06:24:51 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-10-08 06:24:51 +0000 |
commit | 1df4693c3e408b03906b0eae0be04d673b60cc0a (patch) | |
tree | b7a53bcc35b6d149baf6f60a3b085e6822c49422 /sys/net/pfvar.h | |
parent | 55b75535a41a62ca8340443177cfad4e5d0cfccb (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.h | 3 |
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 |