From 4892fceea2b59415c9714293689f3f0d07ac5057 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 16 Jun 2021 01:45:29 +0200 Subject: src: add queue expr and flags to queue_stmt_alloc Preparation patch to avoid too much $$ references in the parser. Signed-off-by: Florian Westphal --- include/statement.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/statement.h') diff --git a/include/statement.h b/include/statement.h index 7637a82e..06221040 100644 --- a/include/statement.h +++ b/include/statement.h @@ -159,7 +159,8 @@ struct queue_stmt { uint16_t flags; }; -extern struct stmt *queue_stmt_alloc(const struct location *loc); +extern struct stmt *queue_stmt_alloc(const struct location *loc, + struct expr *e, uint16_t flags); struct quota_stmt { uint64_t bytes; -- cgit v1.2.3