summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-01-18 17:46:31 +0100
committerFlorian Westphal <fw@strlen.de>2019-02-08 15:02:45 +0100
commit4da15ac9ad43fee384493eef46120e50eac63674 (patch)
treef2dc690db2569cf901c1dac56be80cce8d10fd66
parent7a7137adf6c143f7cccc6440a5340a43033b61e7 (diff)
set_elem: close a padding hole
224 -> 216 bytes on x86_64. Signed-off-by: Florian Westphal <fw@strlen.de>
-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;