summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rule.h b/include/rule.h
index 23171ffb..4a458d31 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -19,7 +19,7 @@ struct handle {
const char *table;
const char *chain;
const char *set;
- uint32_t handle;
+ uint64_t handle;
};
extern void handle_merge(struct handle *dst, const struct handle *src);