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 44240550..91d6e0e2 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -123,6 +123,7 @@ struct nat_stmt {
struct expr *addr;
struct expr *proto;
uint32_t flags;
+ uint8_t family;
};
extern struct stmt *nat_stmt_alloc(const struct location *loc,