summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nftables.h b/include/nftables.h
index f525ba6b..661c1e17 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -38,6 +38,7 @@ struct nft_cache {
};
struct mnl_socket;
+struct parser_state;
struct nft_ctx {
struct mnl_socket *nf_sock;
@@ -49,6 +50,7 @@ struct nft_ctx {
bool check;
struct nft_cache cache;
uint32_t flags;
+ struct parser_state *state;
};
enum nftables_exit_codes {