summaryrefslogtreecommitdiffstats
path: root/include/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/set.h')
-rw-r--r--include/set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/set.h b/include/set.h
index 446acd2..895ffdb 100644
--- a/include/set.h
+++ b/include/set.h
@@ -25,6 +25,8 @@ struct nftnl_set {
enum nft_set_policies policy;
struct {
uint32_t size;
+ uint8_t field_len[NFT_REG32_COUNT];
+ uint8_t field_count;
} desc;
struct list_head element_list;