From 9a19e7d0abfb3c2523c4f6db610603a0885041b0 Mon Sep 17 00:00:00 2001 From: Harsha Sharma Date: Fri, 19 Jan 2018 00:21:32 +0530 Subject: src: parse new handle attribute for objects This patch add code to allocate object handles and delete objects via object handles. Signed-off-by: Harsha Sharma Signed-off-by: Pablo Neira Ayuso --- include/obj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/obj.h') diff --git a/include/obj.h b/include/obj.h index d17d63a..4a728c8 100644 --- a/include/obj.h +++ b/include/obj.h @@ -19,6 +19,7 @@ struct nftnl_obj { uint32_t use; uint32_t flags; + uint64_t handle; union { struct nftnl_obj_counter { -- cgit v1.2.3