suricata
|
per thread store of counters More...
Data Fields | |
const char * | name |
StatsPublicThreadContext * | ctx |
StatsPublicThreadContext ** | head |
uint32_t | size |
struct StatsThreadStore_ * | next |
per thread store of counters
Definition at line 66 of file counters.c.
StatsPublicThreadContext* StatsThreadStore_::ctx |
Definition at line 70 of file counters.c.
StatsPublicThreadContext** StatsThreadStore_::head |
Definition at line 72 of file counters.c.
const char* StatsThreadStore_::name |
thread name used in output
Definition at line 68 of file counters.c.
struct StatsThreadStore_* StatsThreadStore_::next |
Definition at line 75 of file counters.c.
uint32_t StatsThreadStore_::size |
Definition at line 73 of file counters.c.