|
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 106 of file counters.h.
| StatsLocalCounter* StatsPrivateThreadContext_::head |
Definition at line 108 of file counters.h.
Referenced by StatsCounterAddI64(), StatsCounterAvgAddI64(), StatsCounterDecr(), StatsCounterGetLocalValue(), StatsCounterIncr(), StatsCounterMaxUpdateI64(), and StatsCounterSetI64().
| int StatsPrivateThreadContext_::initialized |
Definition at line 113 of file counters.h.
Referenced by StatsCounterAddI64(), StatsCounterAvgAddI64(), StatsCounterDecr(), StatsCounterIncr(), StatsCounterMaxUpdateI64(), and StatsCounterSetI64().
| uint32_t StatsPrivateThreadContext_::size |
Definition at line 111 of file counters.h.
Referenced by StatsCounterAddI64(), StatsCounterAvgAddI64(), StatsCounterDecr(), StatsCounterGetLocalValue(), StatsCounterIncr(), StatsCounterMaxUpdateI64(), and StatsCounterSetI64().