suricata
|
Data Fields | |
ThreadVars * | tv |
const char * | name |
int | type |
int | in_use |
SCTime_t | pktts |
uint32_t | sys_sec_stamp |
Definition at line 2061 of file tm-threads.c.
int Thread_::in_use |
bool to indicate this is in use
Definition at line 2065 of file tm-threads.c.
const char* Thread_::name |
Definition at line 2063 of file tm-threads.c.
SCTime_t Thread_::pktts |
current packet time of this thread (offline mode)
Definition at line 2067 of file tm-threads.c.
uint32_t Thread_::sys_sec_stamp |
timestamp in seconds of the real system time when the pktts was last updated.
Definition at line 2069 of file tm-threads.c.
ThreadVars* Thread_::tv |
threadvars structure
Definition at line 2062 of file tm-threads.c.
int Thread_::type |
Definition at line 2064 of file tm-threads.c.