summaryrefslogtreecommitdiffstats
path: root/include/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/statement.h')
-rw-r--r--include/statement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/statement.h b/include/statement.h
index 20b6f9a9..53702317 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -30,9 +30,9 @@ extern struct stmt *meta_stmt_alloc(const struct location *loc,
struct log_stmt {
const char *prefix;
- unsigned int group;
unsigned int snaplen;
- unsigned int qthreshold;
+ uint16_t group;
+ uint16_t qthreshold;
};
extern struct stmt *log_stmt_alloc(const struct location *loc);