From 87e5f35bc58450d352c303a8ff51b02193605d66 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Mar 2021 14:23:11 +0100 Subject: scanner: quota: move to own scope ... and move "used" keyword to it. Signed-off-by: Florian Westphal --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3