aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-04-13 22:32:25 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-13 22:32:25 -0700
commit0204774191d3e7bc69e3ae6bbf328b635607505a (patch)
treeb26ac01c17f2acc3feb6b92d36564d13609e9a1f /include
parent[NETNS][DCCPV6]: Add dummy per-net operations. (diff)
downloadlinux-dev-0204774191d3e7bc69e3ae6bbf328b635607505a.tar.xz
linux-dev-0204774191d3e7bc69e3ae6bbf328b635607505a.zip
[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')
-rw-r--r--include/net/netns/dccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/dccp.h b/include/net/netns/dccp.h
index e4f16faa898a..98d2a7ce1f71 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