suricata
|
Data Fields | |
LogHttpFileCtx * | httplog_ctx |
uint32_t | uri_cnt |
MemBuffer * | buffer |
Definition at line 93 of file log-httplog.c.
MemBuffer* LogHttpLogThread_::buffer |
Definition at line 98 of file log-httplog.c.
Referenced by LogHttpLogThreadDeinit(), and LogHttpLogThreadInit().
LogHttpFileCtx* LogHttpLogThread_::httplog_ctx |
Definition at line 94 of file log-httplog.c.
Referenced by LogHttpLogThreadInit().
uint32_t LogHttpLogThread_::uri_cnt |
LogFileCtx has the pointer to the file and a mutex to allow multithreading
Definition at line 96 of file log-httplog.c.