diff options
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 71abc8d79178..09e30bdc7876 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -40,7 +40,7 @@ struct net_device; | |||
40 | struct sock; | 40 | struct sock; |
41 | struct ctl_table_header; | 41 | struct ctl_table_header; |
42 | struct net_generic; | 42 | struct net_generic; |
43 | struct sock; | 43 | struct uevent_sock; |
44 | struct netns_ipvs; | 44 | struct netns_ipvs; |
45 | 45 | ||
46 | 46 | ||
@@ -83,6 +83,8 @@ struct net { | |||
83 | struct sock *rtnl; /* rtnetlink socket */ | 83 | struct sock *rtnl; /* rtnetlink socket */ |
84 | struct sock *genl_sock; | 84 | struct sock *genl_sock; |
85 | 85 | ||
86 | struct uevent_sock *uevent_sock; /* uevent socket */ | ||
87 | |||
86 | struct list_head dev_base_head; | 88 | struct list_head dev_base_head; |
87 | struct hlist_head *dev_name_head; | 89 | struct hlist_head *dev_name_head; |
88 | struct hlist_head *dev_index_head; | 90 | struct hlist_head *dev_index_head; |