]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
set_elem: close a padding hole
authorFlorian Westphal <fw@strlen.de>
Fri, 18 Jan 2019 16:46:31 +0000 (17:46 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 8 Feb 2019 14:02:45 +0000 (15:02 +0100)
224 -> 216 bytes on x86_64.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/set_elem.h

index d6244e60873a234636f4ab3d35815b3f758af9b6..cc4d52943272b434c7e093d35b34bf811f7b27f8 100644 (file)
@@ -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;