suricata
|
Data Fields | |
ThreadVars * | tv |
const char * | name |
int | type |
int | in_use |
SCTime_t | pktts |
uint32_t | sys_sec_stamp |
Definition at line 2053 of file tm-threads.c.
int Thread_::in_use |
bool to indicate this is in use
Definition at line 2057 of file tm-threads.c.
const char* Thread_::name |
Definition at line 2055 of file tm-threads.c.
SCTime_t Thread_::pktts |
current packet time of this thread (offline mode)
Definition at line 2059 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 2061 of file tm-threads.c.
ThreadVars* Thread_::tv |
threadvars structure
Definition at line 2054 of file tm-threads.c.
int Thread_::type |
Definition at line 2056 of file tm-threads.c.