From b1e6bc9cbffd7a3657734cc7b39f771c74d587c2 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 26 Mar 2015 13:10:19 +0000 Subject: set: add support for set timeouts Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- include/set.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/set.h') diff --git a/include/set.h b/include/set.h index 29b9ce5..008ed6e 100644 --- a/include/set.h +++ b/include/set.h @@ -22,6 +22,8 @@ struct nft_set { struct list_head element_list; uint32_t flags; + uint32_t gc_interval; + uint64_t timeout; }; struct nft_set_list; -- cgit v1.2.3