From 48f76f4dd9e3f66758953a2d8fa67731ceefb764 Mon Sep 17 00:00:00 2001 From: Harsha Sharma Date: Sun, 14 Jan 2018 22:13:52 +0530 Subject: src: parse new handle attribute for sets This patch adds code to allocate set handles and delete sets via set handle. Signed-off-by: Harsha Sharma --- include/set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/set.h') diff --git a/include/set.h b/include/set.h index c6deb73..3bcec7c 100644 --- a/include/set.h +++ b/include/set.h @@ -10,6 +10,7 @@ struct nftnl_set { uint32_t set_flags; const char *table; const char *name; + uint64_t handle; uint32_t key_type; uint32_t key_len; uint32_t data_type; -- cgit v1.2.3