diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-04-13 22:32:25 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-13 22:32:25 -0700 |
commit | 0204774191d3e7bc69e3ae6bbf328b635607505a (patch) | |
tree | b26ac01c17f2acc3feb6b92d36564d13609e9a1f /include/net/netns | |
parent | 8231bd270df435f2d4d85b284dd9dbd48521dd84 (diff) |
[NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net.
And replace all its usage with init_net's socket.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/dccp.h b/include/net/netns/dccp.h index e4f16faa898..98d2a7ce1f7 100644 --- a/include/net/netns/dccp.h +++ b/include/net/netns/dccp.h @@ -5,6 +5,7 @@ struct sock; struct netns_dccp { struct sock *v4_ctl_sk; + struct sock *v6_ctl_sk; }; #endif |