diff options
Diffstat (limited to 'include/statement.h')
-rw-r--r-- | include/statement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/statement.h b/include/statement.h index 662f99dd..9376911b 100644 --- a/include/statement.h +++ b/include/statement.h @@ -90,7 +90,7 @@ enum { }; struct log_stmt { - struct expr *prefix; + const char *prefix; unsigned int snaplen; uint16_t group; uint16_t qthreshold; |