summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 18:27:11 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit8a7e430ab23b34b22f9788211156c4f32bfe32c2 (patch)
tree80d4dd4657b4b8f8416e6f6e3334084217862d5d /include
parente554701721cc00771cbd3700e69e9af449c23ff3 (diff)
scanner: monitor: Move to own Scope
Some keywords are shared with list command. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 072fea24..09499f08 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -46,6 +46,7 @@ enum startcond_type {
PARSER_SC_TYPE,
PARSER_SC_VLAN,
PARSER_SC_CMD_LIST,
+ PARSER_SC_CMD_MONITOR,
PARSER_SC_EXPR_AH,
PARSER_SC_EXPR_COMP,
PARSER_SC_EXPR_DCCP,