suricata
|
#include <util-logopenfile.h>
Data Fields | |
int | slot_count |
SCMutex | mutex |
struct LogFileCtx_ ** | lf_slots |
char * | append |
Definition at line 50 of file util-logopenfile.h.
char* LogThreadedFileCtx_::append |
Definition at line 54 of file util-logopenfile.h.
Referenced by LogFileFreeCtx().
struct LogFileCtx_** LogThreadedFileCtx_::lf_slots |
Definition at line 53 of file util-logopenfile.h.
Referenced by LogFileEnsureExists(), and LogFileFreeCtx().
SCMutex LogThreadedFileCtx_::mutex |
Definition at line 52 of file util-logopenfile.h.
Referenced by LogFileEnsureExists(), and LogFileFreeCtx().
int LogThreadedFileCtx_::slot_count |
Definition at line 51 of file util-logopenfile.h.
Referenced by LogFileFreeCtx().