diff options
Diffstat (limited to 'framework/src/suricata/src/decode.h')
-rw-r--r-- | framework/src/suricata/src/decode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/suricata/src/decode.h b/framework/src/suricata/src/decode.h index 2f322a02..f57dcea9 100644 --- a/framework/src/suricata/src/decode.h +++ b/framework/src/suricata/src/decode.h @@ -624,6 +624,8 @@ typedef struct DecodeThreadVars_ uint16_t counter_defrag_ipv6_timeouts; uint16_t counter_defrag_max_hit; + uint16_t counter_flow_memcap; + /* thread data for flow logging api: only used at forced * flow recycle during lookups */ void *output_flow_thread_data; |