aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/xfrm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index 80555351fe5e..2a383c8ba1af 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -2,6 +2,7 @@
2#define __NETNS_XFRM_H 2#define __NETNS_XFRM_H
3 3
4#include <linux/list.h> 4#include <linux/list.h>
5#include <linux/wait.h>
5#include <linux/workqueue.h> 6#include <linux/workqueue.h>
6 7
7struct netns_xfrm { 8struct netns_xfrm {
@@ -22,6 +23,8 @@ struct netns_xfrm {
22 struct work_struct state_hash_work; 23 struct work_struct state_hash_work;
23 struct hlist_head state_gc_list; 24 struct hlist_head state_gc_list;
24 struct work_struct state_gc_work; 25 struct work_struct state_gc_work;
26
27 wait_queue_head_t km_waitq;
25}; 28};
26 29
27#endif 30#endif