diff options
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r-- | include/net/netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h index a52d03601754..a5e6d0ef51dd 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h | |||
@@ -217,6 +217,7 @@ struct nla_policy { | |||
217 | */ | 217 | */ |
218 | struct nl_info { | 218 | struct nl_info { |
219 | struct nlmsghdr *nlh; | 219 | struct nlmsghdr *nlh; |
220 | struct net *nl_net; | ||
220 | u32 pid; | 221 | u32 pid; |
221 | }; | 222 | }; |
222 | 223 | ||