aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netns/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index dbbc0e972273..492b471d2a7f 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -17,6 +17,7 @@ struct netns_xfrm {
17 struct hlist_head *state_bysrc; 17 struct hlist_head *state_bysrc;
18 struct hlist_head *state_byspi; 18 struct hlist_head *state_byspi;
19 unsigned int state_hmask; 19 unsigned int state_hmask;
20 unsigned int state_num;
20}; 21};
21 22
22#endif 23#endif