summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index f68d340..8213f4a 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -146,7 +146,8 @@ struct nf_conntrack {
struct __nfct_nat snat;
struct __nfct_nat dnat;
- u_int32_t set[2];
+#define __NFCT_BITSET 2
+ u_int32_t set[__NFCT_BITSET];
};
/*