From 8f56db64be3f2c57a196a5eaef0286ec71782950 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 7 Jul 2020 14:31:33 +0200 Subject: src: use expression to store the log prefix Intsead of using an array of char. Signed-off-by: Pablo Neira Ayuso --- include/statement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/statement.h') diff --git a/include/statement.h b/include/statement.h index 7d96b394..061bc619 100644 --- a/include/statement.h +++ b/include/statement.h @@ -75,7 +75,7 @@ enum { }; struct log_stmt { - const char *prefix; + struct expr *prefix; unsigned int snaplen; uint16_t group; uint16_t qthreshold; -- cgit v1.2.3