suricata
Thread_ Struct Reference
Collaboration diagram for Thread_:

Data Fields

ThreadVarstv
 
const char * name
 
int type
 
int in_use
 
SCTime_t pktts
 
uint32_t sys_sec_stamp
 

Detailed Description

Definition at line 2068 of file tm-threads.c.

Field Documentation

◆ in_use

int Thread_::in_use

bool to indicate this is in use

Definition at line 2072 of file tm-threads.c.

◆ name

const char* Thread_::name

Definition at line 2070 of file tm-threads.c.

◆ pktts

SCTime_t Thread_::pktts

current packet time of this thread (offline mode)

Definition at line 2074 of file tm-threads.c.

◆ sys_sec_stamp

uint32_t Thread_::sys_sec_stamp

timestamp in seconds of the real system time when the pktts was last updated.

Definition at line 2076 of file tm-threads.c.

◆ tv

ThreadVars* Thread_::tv

threadvars structure

Definition at line 2069 of file tm-threads.c.

◆ type

int Thread_::type

Definition at line 2071 of file tm-threads.c.


The documentation for this struct was generated from the following file: