summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index 5d0576c8..515832d7 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -32,7 +32,8 @@ struct nft_handle {
uint32_t seq;
struct list_head obj_list;
int obj_list_num;
- struct mnl_nlmsg_batch *batch;
+ struct nftnl_batch *batch;
+ struct list_head err_list;
struct nft_family_ops *ops;
struct builtin_table *tables;
struct nftnl_rule_list *rule_cache;