suricata
|
Ctx for the flow queue handler. More...
#include <tmqh-flow.h>
Data Fields | |
uint16_t | size |
uint16_t | last |
TmqhFlowMode * | queues |
Ctx for the flow queue handler.
size | number of queues to output to |
queues | array of queue id's this flow handler outputs to |
Definition at line 34 of file tmqh-flow.h.
uint16_t TmqhFlowCtx_::last |
Definition at line 36 of file tmqh-flow.h.
TmqhFlowMode* TmqhFlowCtx_::queues |
Definition at line 38 of file tmqh-flow.h.
Referenced by TmqhOutputFlowFreeCtx().
uint16_t TmqhFlowCtx_::size |
Definition at line 35 of file tmqh-flow.h.
Referenced by TmqhOutputFlowFreeCtx().