diff options
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 72fad1a0956b..f880b0f9f107 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -20,6 +20,7 @@ struct proc_dir_entry; | |||
20 | struct net_device; | 20 | struct net_device; |
21 | struct sock; | 21 | struct sock; |
22 | struct ctl_table_header; | 22 | struct ctl_table_header; |
23 | struct net_generic; | ||
23 | 24 | ||
24 | struct net { | 25 | struct net { |
25 | atomic_t count; /* To decided when the network | 26 | atomic_t count; /* To decided when the network |
@@ -61,6 +62,7 @@ struct net { | |||
61 | #ifdef CONFIG_NETFILTER | 62 | #ifdef CONFIG_NETFILTER |
62 | struct netns_xt xt; | 63 | struct netns_xt xt; |
63 | #endif | 64 | #endif |
65 | struct net_generic *gen; | ||
64 | }; | 66 | }; |
65 | 67 | ||
66 | 68 | ||