summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libnftnl/set.h1
-rw-r--r--include/set_elem.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftnl/set.h b/include/libnftnl/set.h
index 0c978d9..4c59ab2 100644
--- a/include/libnftnl/set.h
+++ b/include/libnftnl/set.h
@@ -96,6 +96,7 @@ enum {
NFTNL_SET_ELEM_EXPIRATION,
NFTNL_SET_ELEM_USERDATA,
NFTNL_SET_ELEM_EXPR,
+ NFTNL_SET_ELEM_OBJREF,
};
struct nftnl_set_elem;
diff --git a/include/set_elem.h b/include/set_elem.h
index 60cecc9..d6244e6 100644
--- a/include/set_elem.h
+++ b/include/set_elem.h
@@ -12,6 +12,7 @@ struct nftnl_set_elem {
uint32_t flags;
uint64_t timeout;
uint64_t expiration;
+ const char *objref;
struct {
void *data;
uint32_t len;