suricata
|
Public Member Functions | |
SC_ATOMIC_DECLARE (SCTime_t, pktts) | |
Data Fields | |
ThreadVars * | tv |
const char * | name |
int | type |
int | in_use |
SCTime_t | sys_sec_stamp |
SCSpinlock | spin |
Definition at line 2068 of file tm-threads.c.
Thread_::SC_ATOMIC_DECLARE | ( | SCTime_t | , |
pktts | |||
) |
current packet time of this thread (offline mode)
int Thread_::in_use |
bool to indicate this is in use
Definition at line 2072 of file tm-threads.c.
const char* Thread_::name |
Definition at line 2070 of file tm-threads.c.
SCSpinlock Thread_::spin |
Definition at line 2078 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 2076 of file tm-threads.c.
ThreadVars* Thread_::tv |
threadvars structure
Definition at line 2069 of file tm-threads.c.
int Thread_::type |
Definition at line 2071 of file tm-threads.c.