diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netns/xfrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index bfcd5a3e25b6..b05ca3f366aa 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -15,6 +15,7 @@ struct netns_xfrm { | |||
15 | */ | 15 | */ |
16 | struct hlist_head *state_bydst; | 16 | struct hlist_head *state_bydst; |
17 | struct hlist_head *state_bysrc; | 17 | struct hlist_head *state_bysrc; |
18 | struct hlist_head *state_byspi; | ||
18 | }; | 19 | }; |
19 | 20 | ||
20 | #endif | 21 | #endif |