suricata
OutputFlowLogger_ Struct Reference
Collaboration diagram for OutputFlowLogger_:

Data Fields

FlowLogger LogFunc
 
void * initdata
 
struct OutputFlowLogger_next
 
const char * name
 
TmEcode(* ThreadInit )(ThreadVars *, const void *, void **)
 
TmEcode(* ThreadDeinit )(ThreadVars *, void *)
 

Detailed Description

Definition at line 41 of file output-flow.c.

Field Documentation

◆ initdata

void* OutputFlowLogger_::initdata

Data that will be passed to the ThreadInit callback.

Definition at line 45 of file output-flow.c.

Referenced by OutputFlowLogThreadInit(), and SCOutputRegisterFlowLogger().

◆ LogFunc

FlowLogger OutputFlowLogger_::LogFunc

Definition at line 42 of file output-flow.c.

Referenced by OutputFlowLog(), and SCOutputRegisterFlowLogger().

◆ name

const char* OutputFlowLogger_::name

A name for this logger, used for debugging only.

Definition at line 50 of file output-flow.c.

Referenced by OutputFlowLogThreadInit(), and SCOutputRegisterFlowLogger().

◆ next

◆ ThreadDeinit

TmEcode(* OutputFlowLogger_::ThreadDeinit) (ThreadVars *, void *)

Definition at line 53 of file output-flow.c.

Referenced by OutputFlowLogThreadDeinit(), and SCOutputRegisterFlowLogger().

◆ ThreadInit

TmEcode(* OutputFlowLogger_::ThreadInit) (ThreadVars *, const void *, void **)

Definition at line 52 of file output-flow.c.

Referenced by OutputFlowLogThreadInit(), and SCOutputRegisterFlowLogger().


The documentation for this struct was generated from the following file: