From ab7882fbf38a9e0dcf796f8554e1f847072d7b46 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 20 Dec 2014 22:19:11 +0100 Subject: [PATCH] ippair: handle timeouts in the flow manager Like host and defrag, handle timeouts of ippair in the first flow manager thread. --- src/flow-manager.c | 2 ++ 1 file changed, 2 insertions(+) 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);