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 66489249cd1a..5cd7d06c692b 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -27,6 +27,7 @@ struct netns_xfrm { | |||
27 | wait_queue_head_t km_waitq; | 27 | wait_queue_head_t km_waitq; |
28 | 28 | ||
29 | struct list_head policy_all; | 29 | struct list_head policy_all; |
30 | struct hlist_head *policy_byidx; | ||
30 | }; | 31 | }; |
31 | 32 | ||
32 | #endif | 33 | #endif |