suricata
|
Holds the output interface context for the counter api. More...
Data Fields | |
StatsThreadStore * | sts |
SCMutex | sts_lock |
int | sts_cnt |
HashTable * | counters_id_hash |
StatsPublicThreadContext | global_counter_ctx |
Holds the output interface context for the counter api.
Definition at line 81 of file counters.c.
HashTable* StatsGlobalContext_::counters_id_hash |
Definition at line 87 of file counters.c.
StatsPublicThreadContext StatsGlobalContext_::global_counter_ctx |
Definition at line 89 of file counters.c.
StatsThreadStore* StatsGlobalContext_::sts |
list of thread stores: one per thread plus one global
Definition at line 83 of file counters.c.
int StatsGlobalContext_::sts_cnt |
Definition at line 85 of file counters.c.
SCMutex StatsGlobalContext_::sts_lock |
Definition at line 84 of file counters.c.