summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/set_elem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/set_elem.h b/include/set_elem.h
index d6244e6..cc4d529 100644
--- a/include/set_elem.h
+++ b/include/set_elem.h
@@ -6,10 +6,10 @@
struct nftnl_set_elem {
struct list_head head;
uint32_t set_elem_flags;
+ uint32_t flags;
union nftnl_data_reg key;
union nftnl_data_reg data;
struct nftnl_expr *expr;
- uint32_t flags;
uint64_t timeout;
uint64_t expiration;
const char *objref;