diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index b1ae5446b0e2..3f3f29f11ad8 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -47,6 +47,7 @@ struct nf_hook_ops /* User fills in from here down. */ nf_hookfn *hook; + struct module *owner; int pf; int hooknum; /* Hooks are ordered in ascending priority. */ |
