|
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 2150 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 2154 of file tm-threads.c.
| const char* Thread_::name |
Definition at line 2152 of file tm-threads.c.
| SCSpinlock Thread_::spin |
Definition at line 2160 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 2158 of file tm-threads.c.
| ThreadVars* Thread_::tv |
threadvars structure
Definition at line 2151 of file tm-threads.c.
| int Thread_::type |
Definition at line 2153 of file tm-threads.c.