diff options
Diffstat (limited to 'include')
-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 02487b39ce53..bfcd5a3e25b6 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -14,6 +14,7 @@ struct netns_xfrm { | |||
14 | * offending SA. | 14 | * offending SA. |
15 | */ | 15 | */ |
16 | struct hlist_head *state_bydst; | 16 | struct hlist_head *state_bydst; |
17 | struct hlist_head *state_bysrc; | ||
17 | }; | 18 | }; |
18 | 19 | ||
19 | #endif | 20 | #endif |