summaryrefslogtreecommitdiffstats
path: root/include/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/statement.h')
-rw-r--r--include/statement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/statement.h b/include/statement.h
index 53620aec..6be3a240 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -61,6 +61,7 @@ struct limit_stmt {
uint64_t unit;
enum nft_limit_type type;
uint32_t burst;
+ uint32_t flags;
};
extern struct stmt *limit_stmt_alloc(const struct location *loc);