Go to the documentation of this file.
24 #ifndef __FLOW_MANAGER_H__
25 #define __FLOW_MANAGER_H__
30 #define FlowWakeupFlowManagerThread() SCCtrlCondSignal(&flow_manager_ctrl_cond)
33 #define FlowWakeupFlowRecyclerThread() SCCtrlCondSignal(&flow_recycler_ctrl_cond)
35 #define FlowTimeoutsReset() FlowTimeoutsInit()
SCCtrlCondT flow_manager_ctrl_cond
void FlowManagerThreadSpawn(void)
spawn the flow manager thread
void TmModuleFlowRecyclerRegister(void)
SCCtrlCondT flow_recycler_ctrl_cond
void FlowTimeoutsEmergency(void)
void FlowDisableFlowRecyclerThread(void)
Used to disable flow recycler thread(s).
void FlowDisableFlowManagerThread(void)
Used to disable flow manager thread(s).
SCCtrlMutex flow_recycler_ctrl_mutex
void FlowRecyclerThreadSpawn(void)
spawn the flow recycler thread
void FlowTimeoutsInit(void)
SCCtrlMutex flow_manager_ctrl_mutex
void TmModuleFlowManagerRegister(void)