ippair: handle timeouts in the flow manager

Like host and defrag, handle timeouts of ippair in the first flow
manager thread.
pull/1422/head
Victor Julien 10 years ago
parent e8a5925012
commit ab7882fbf3

@ -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);

Loading…
Cancel
Save