diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index b773256d0d1d..ddb9ccddcc4d 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -52,5 +52,6 @@ struct netns_ipv6 { | |||
52 | #endif | 52 | #endif |
53 | struct sock **icmp_sk; | 53 | struct sock **icmp_sk; |
54 | struct sock *ndisc_sk; | 54 | struct sock *ndisc_sk; |
55 | struct sock *tcp_sk; | ||
55 | }; | 56 | }; |
56 | #endif | 57 | #endif |