summaryrefslogtreecommitdiffstats
path: root/include/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/statement.h')
-rw-r--r--include/statement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/statement.h b/include/statement.h
index 7840e9d2..6c583a91 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -193,7 +193,8 @@ extern struct stmt *set_stmt_alloc(const struct location *loc);
struct map_stmt {
struct expr *set;
- struct expr *map;
+ struct expr *key;
+ struct expr *data;
enum nft_dynset_ops op;
};