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 82 of file counters.c.
HashTable* StatsGlobalContext_::counters_id_hash |
Definition at line 88 of file counters.c.
Referenced by StatsSetUI64().
StatsPublicThreadContext StatsGlobalContext_::global_counter_ctx |
Definition at line 90 of file counters.c.
Referenced by StatsInit(), StatsRegisterGlobalCounter(), and StatsSetUI64().
StatsThreadStore* StatsGlobalContext_::sts |
list of thread stores: one per thread plus one global
Definition at line 84 of file counters.c.
Referenced by StatsSetUI64().
int StatsGlobalContext_::sts_cnt |
Definition at line 86 of file counters.c.
Referenced by StatsSetUI64().
SCMutex StatsGlobalContext_::sts_lock |
Definition at line 85 of file counters.c.
Referenced by StatsSetUI64().