summaryrefslogtreecommitdiff
path: root/include/net/netns/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/dccp.h')
-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 e4f16fa..98d2a7c 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