suricata
|
Data Fields | |
FlowLogger | LogFunc |
void * | initdata |
struct OutputFlowLogger_ * | next |
const char * | name |
TmEcode(* | ThreadInit )(ThreadVars *, const void *, void **) |
TmEcode(* | ThreadDeinit )(ThreadVars *, void *) |
Definition at line 41 of file output-flow.c.
void* OutputFlowLogger_::initdata |
Data that will be passed to the ThreadInit callback.
Definition at line 45 of file output-flow.c.
FlowLogger OutputFlowLogger_::LogFunc |
Definition at line 42 of file output-flow.c.
const char* OutputFlowLogger_::name |
A name for this logger, used for debugging only.
Definition at line 50 of file output-flow.c.
struct OutputFlowLogger_* OutputFlowLogger_::next |
Definition at line 47 of file output-flow.c.
TmEcode(* OutputFlowLogger_::ThreadDeinit) (ThreadVars *, void *) |
Definition at line 53 of file output-flow.c.
TmEcode(* OutputFlowLogger_::ThreadInit) (ThreadVars *, const void *, void **) |
Definition at line 52 of file output-flow.c.