summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-03-22 12:47:08 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2003-03-22 12:47:08 -0800
commit4228d368e67f05d8cfc52f80f0a2b94d91320d1c (patch)
tree90647a612633180af474b0a025eead075a85ccee /include/linux
parentf055e6c7db44ba4d0b3f7afad8aa88129a6dd33f (diff)
[EBTABLES] hold usage count on table module when it contains rules
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter_bridge/ebtables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h
index cb6348d30cb2..1056e450ef14 100644
--- a/include/linux/netfilter_bridge/ebtables.h
+++ b/include/linux/netfilter_bridge/ebtables.h
@@ -260,6 +260,7 @@ struct ebt_table
unsigned int valid_hooks);
/* the data used by the kernel */
struct ebt_table_info *private;
+ struct module *me;
};
extern int ebt_register_table(struct ebt_table *table);