From f90f850489a442de4d3327d716071129cacc7219 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 17 Mar 2021 00:40:36 +0100 Subject: scanner: log: move to own scope GROUP and PREFIX are used by igmp and nat, so they can't be moved out of INITIAL scope yet. Signed-off-by: Florian Westphal --- include/parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 59eff16e..d890ab22 100644 --- a/include/parser.h +++ b/include/parser.h @@ -47,6 +47,8 @@ enum startcond_type { PARSER_SC_EXPR_QUEUE, PARSER_SC_EXPR_RT, PARSER_SC_EXPR_SOCKET, + + PARSER_SC_STMT_LOG, }; struct mnl_socket; -- cgit v1.2.3