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 81 of file counters.h.
uint16_t StatsLocalCounter_::id |
Definition at line 86 of file counters.h.
StatsCounter* StatsLocalCounter_::pc |
Definition at line 83 of file counters.h.
Referenced by StatsSetUI64().
uint64_t StatsLocalCounter_::updates |
Definition at line 92 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsIncr(), and StatsSetUI64().
int64_t StatsLocalCounter_::value |
Definition at line 89 of file counters.h.
Referenced by StatsAddUI64(), StatsDecr(), StatsGetLocalCounterValue(), StatsIncr(), and StatsSetUI64().