suricata
|
Storage for local counters, with a link to the public counter used for syncs. More...
#include <counters.h>
Data Fields | |
StatsCounter * | pc |
uint16_t | id |
int64_t | value |
uint64_t | updates |
Storage for local counters, with a link to the public counter used for syncs.
Definition at line 82 of file counters.h.
uint16_t StatsLocalCounter_::id |
Definition at line 87 of file counters.h.
StatsCounter* StatsLocalCounter_::pc |
Definition at line 84 of file counters.h.
Referenced by StatsSetUI64().
uint64_t StatsLocalCounter_::updates |
Definition at line 93 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsIncr(), and StatsSetUI64().
int64_t StatsLocalCounter_::value |
Definition at line 90 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsGetLocalCounterValue(), StatsIncr(), and StatsSetUI64().