diff options
Diffstat (limited to 'include/net/netns/xfrm.h')
-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 8ceb76568852..80555351fe5e 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -21,6 +21,7 @@ struct netns_xfrm { | |||
21 | unsigned int state_num; | 21 | unsigned int state_num; |
22 | struct work_struct state_hash_work; | 22 | struct work_struct state_hash_work; |
23 | struct hlist_head state_gc_list; | 23 | struct hlist_head state_gc_list; |
24 | struct work_struct state_gc_work; | ||
24 | }; | 25 | }; |
25 | 26 | ||
26 | #endif | 27 | #endif |