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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 76a0566..5dce9d0 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -175,7 +175,13 @@ struct nf_conntrack {
struct __nfct_nat snat;
struct __nfct_nat dnat;
-#define __NFCT_BITSET 2
+ struct {
+ u_int64_t start;
+ u_int64_t stop;
+ } timestamp;
+
+/* we've got more than 64 attributes now, we need 96 bits to store them. */
+#define __NFCT_BITSET 3
u_int32_t set[__NFCT_BITSET];
};