From 26298a9ffc2e216fb6d349b398bf903dd08a1b08 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 8 Apr 2014 12:32:14 +0200 Subject: set: add set ID support Add the set ID (u32) which allows us to uniquely identify the set in the batch that is sent to kernel-space. Signed-off-by: Pablo Neira Ayuso --- src/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal.h') diff --git a/src/internal.h b/src/internal.h index b06f166..b8ed616 100644 --- a/src/internal.h +++ b/src/internal.h @@ -167,6 +167,7 @@ struct nft_set { uint32_t key_len; uint32_t data_type; uint32_t data_len; + uint32_t id; struct list_head element_list; uint32_t flags; -- cgit v1.2.3