summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 14:34:34 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit232f2c3287fc780f31c076767799afc08d34cf02 (patch)
tree3a670c622da6caafb7cee457b9f81797b1dbea85 /include/parser.h
parent26b536538ac82f603932dc23f41bc5581ebc5d73 (diff)
scanner: synproxy: Move to own scope
Quite a few keywords are shared with PARSER_SC_TCP. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 16e02a1f..0e75bad4 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -55,6 +55,7 @@ enum startcond_type {
PARSER_SC_EXPR_SOCKET,
PARSER_SC_STMT_LOG,
+ PARSER_SC_STMT_SYNPROXY,
};
struct mnl_socket;