summaryrefslogtreecommitdiffstats
path: root/include/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/obj.h')
-rw-r--r--include/obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/obj.h b/include/obj.h
index 837a54a..dfdbb73 100644
--- a/include/obj.h
+++ b/include/obj.h
@@ -39,7 +39,7 @@ struct nftnl_obj {
struct nftnl_obj_ct_timeout {
uint16_t l3proto;
uint8_t l4proto;
- uint32_t *timeout;
+ uint32_t timeout[NFTNL_CTTIMEOUT_ARRAY_MAX];
} ct_timeout;
struct nftnl_obj_limit {
uint64_t rate;