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 896b972d..480b7190 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -60,8 +60,8 @@ struct nat_stmt {
extern struct stmt *nat_stmt_alloc(const struct location *loc);
struct queue_stmt {
- uint16_t queuenum;
- uint16_t queues_total;
+ uint16_t from;
+ uint16_t to;
uint16_t flags;
};