summaryrefslogtreecommitdiff
path: root/include/net/netns/xfrm.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-26 01:20:36 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-11-26 01:20:36 (GMT)
commitc78371441c0d957f54c9f8a35b3ee5a378d14808 (patch)
tree660b55bc3d85aa04a72bbff6c7d357f82dc5494d /include/net/netns/xfrm.h
parentb8a0ae20b0eecd4b86a113d2abe2fa5a582b30a6 (diff)
downloadlinux-fsl-qoriq-c78371441c0d957f54c9f8a35b3ee5a378d14808.tar.xz
netns xfrm: per-netns state GC work
State GC is per-netns, and this is part of it. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/xfrm.h')
-rw-r--r--include/net/netns/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index 8ceb765..8055535 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -21,6 +21,7 @@ struct netns_xfrm {
unsigned int state_num;
struct work_struct state_hash_work;
struct hlist_head state_gc_list;
+ struct work_struct state_gc_work;
};
#endif