From 00f777bfc414af1e1384a213adc91ae4ecf6cbdf Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 22 Oct 2018 12:38:35 +0200 Subject: src: pass struct nft_ctx through struct eval_ctx Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/rule.h') diff --git a/include/rule.h b/include/rule.h index 9e029899..c6c5ca98 100644 --- a/include/rule.h +++ b/include/rule.h @@ -600,16 +600,13 @@ extern void cmd_free(struct cmd *cmd); * @pctx: payload context */ struct eval_ctx { - struct mnl_socket *nf_sock; + struct nft_ctx *nft; struct list_head *msgs; struct cmd *cmd; struct table *table; struct rule *rule; struct set *set; struct stmt *stmt; - struct nft_cache *cache; - struct output_ctx *octx; - unsigned int debug_mask; struct expr_ctx ectx; struct proto_ctx pctx; }; -- cgit v1.2.3