diff --git a/src/flow-manager.c b/src/flow-manager.c index b52220d153..70300b95cd 100644 --- a/src/flow-manager.c +++ b/src/flow-manager.c @@ -63,6 +63,7 @@ #include "host-timeout.h" #include "defrag-timeout.h" +#include "ippair-timeout.h" #include "output-flow.h" @@ -634,6 +635,7 @@ static TmEcode FlowManager(ThreadVars *th_v, void *thread_data) DefragTimeoutHash(&ts); //uint32_t hosts_pruned = HostTimeoutHash(&ts); + IPPairTimeoutHash(&ts); } /* SCPerfCounterAddUI64(flow_mgr_host_prune, th_v->sc_perf_pca, (uint64_t)hosts_pruned);