summaryrefslogtreecommitdiffstats
path: root/include/obj.h
diff options
context:
space:
mode:
authorHarsha Sharma <harshasharmaiitr@gmail.com>2018-01-19 00:21:32 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-05 17:51:13 +0100
commit9a19e7d0abfb3c2523c4f6db610603a0885041b0 (patch)
treef60e14358be512983377b56d7f1e50286823a9c1 /include/obj.h
parent48f76f4dd9e3f66758953a2d8fa67731ceefb764 (diff)
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 <harshasharmaiitr@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/obj.h')
-rw-r--r--include/obj.h1
1 files changed, 1 insertions, 0 deletions
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 {