aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/dccp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/dccp.h b/include/net/netns/dccp.h
index 056e6adc70b6..e4f16faa898a 100644
--- a/include/net/netns/dccp.h
+++ b/include/net/netns/dccp.h
@@ -1,7 +1,10 @@
1#ifndef __NETNS_DCCP_H__ 1#ifndef __NETNS_DCCP_H__
2#define __NETNS_DCCP_H__ 2#define __NETNS_DCCP_H__
3 3
4struct sock;
5
4struct netns_dccp { 6struct netns_dccp {
7 struct sock *v4_ctl_sk;
5}; 8};
6 9
7#endif 10#endif