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