summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-17 00:40:36 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-24 11:34:56 +0100
commitf90f850489a442de4d3327d716071129cacc7219 (patch)
treeebd694aca32aa6e644d9efb3d13df54d4a1d1256 /include/parser.h
parent165bd62211f058692c7c590e6af0e77c35d6f198 (diff)
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 <fw@strlen.de>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h2
1 files changed, 2 insertions, 0 deletions
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;