suricata
OutputTxLogger_ Struct Reference
Collaboration diagram for OutputTxLogger_:

Data Fields

AppProto alproto
 
TxLogger LogFunc
 
TxLoggerCondition LogCondition
 
OutputCtxoutput_ctx
 
struct OutputTxLogger_next
 
const char * name
 
LoggerId logger_id
 
uint32_t id
 
int tc_log_progress
 
int ts_log_progress
 
TmEcode(* ThreadInit )(ThreadVars *, const void *, void **)
 
TmEcode(* ThreadDeinit )(ThreadVars *, void *)
 
void(* ThreadExitPrintStats )(ThreadVars *, void *)
 

Detailed Description

Definition at line 49 of file output-tx.c.

Field Documentation

◆ alproto

AppProto OutputTxLogger_::alproto

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

Referenced by OutputRegisterTxLogger().

◆ id

uint32_t OutputTxLogger_::id

Definition at line 57 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ LogCondition

TxLoggerCondition OutputTxLogger_::LogCondition

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

Referenced by OutputRegisterTxLogger().

◆ LogFunc

TxLogger OutputTxLogger_::LogFunc

Definition at line 51 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ logger_id

LoggerId OutputTxLogger_::logger_id

Definition at line 56 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ name

const char* OutputTxLogger_::name

Definition at line 55 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ next

struct OutputTxLogger_* OutputTxLogger_::next

Definition at line 54 of file output-tx.c.

◆ output_ctx

OutputCtx* OutputTxLogger_::output_ctx

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

Referenced by OutputRegisterTxLogger().

◆ tc_log_progress

int OutputTxLogger_::tc_log_progress

Definition at line 58 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ ThreadDeinit

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

Definition at line 61 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ ThreadExitPrintStats

void(* OutputTxLogger_::ThreadExitPrintStats) (ThreadVars *, void *)

Definition at line 62 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ ThreadInit

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

Definition at line 60 of file output-tx.c.

Referenced by OutputRegisterTxLogger().

◆ ts_log_progress

int OutputTxLogger_::ts_log_progress

Definition at line 59 of file output-tx.c.

Referenced by OutputRegisterTxLogger().


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