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.

◆ LogFunc

FlowLogger OutputFlowLogger_::LogFunc

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

◆ name

const char* OutputFlowLogger_::name

A name for this logger, used for debugging only.

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

◆ next

struct OutputFlowLogger_* OutputFlowLogger_::next

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

◆ ThreadDeinit

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

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

◆ ThreadInit

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

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


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