suricata
|
Data Fields | |
ThreadId | thread_id |
uint64_t | count |
Per thread context data for each logging thread.
Definition at line 29 of file filetype.c.
uint64_t ThreadData_::count |
The number of records logged on this thread.
Definition at line 34 of file filetype.c.
ThreadId ThreadData_::thread_id |
The thread ID, for demonstration purposes only.
Definition at line 31 of file filetype.c.