diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/statement.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/statement.h b/include/statement.h index 2a2d3001..8651fc78 100644 --- a/include/statement.h +++ b/include/statement.h @@ -264,12 +264,11 @@ struct xtables_target; struct xt_stmt { const char *name; enum nft_xt_type type; + uint32_t rev; + uint32_t family; + size_t infolen; + void *info; uint32_t proto; - union { - struct xtables_match *match; - struct xtables_target *target; - }; - void *entry; }; extern struct stmt *xt_stmt_alloc(const struct location *loc); |