suricata
|
used to hold the private version of the counters registered More...
#include <counters.h>
Data Fields | |
StatsLocalCounter * | head |
uint32_t | size |
int | initialized |
used to hold the private version of the counters registered
Definition at line 99 of file counters.h.
StatsLocalCounter* StatsPrivateThreadContext_::head |
Definition at line 101 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsGetLocalCounterValue(), StatsIncr(), StatsSetUI64(), and StatsUpdateCounterArray().
int StatsPrivateThreadContext_::initialized |
Definition at line 106 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsIncr(), and StatsSetUI64().
uint32_t StatsPrivateThreadContext_::size |
Definition at line 104 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsGetLocalCounterValue(), StatsIncr(), StatsSetUI64(), and StatsUpdateCounterArray().