summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:11 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:45 +0100
commit87e5f35bc58450d352c303a8ff51b02193605d66 (patch)
treeb475844295ce7a85d8a0af7e5ef62bb2a2f78de0 /include
parenteae252568525225102ccc2ad856e4e9d33e1b8ca (diff)
scanner: quota: move to own scope
... and move "used" keyword to it. Signed-off-by: Florian Westphal <fw@strlen.de>
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 a5ea208e..cc9790f6 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -34,6 +34,7 @@ enum startcond_type {
PARSER_SC_IP,
PARSER_SC_IP6,
PARSER_SC_LIMIT,
+ PARSER_SC_QUOTA,
PARSER_SC_VLAN,
PARSER_SC_EXPR_FIB,
PARSER_SC_EXPR_HASH,