suricata
StatsLocalCounter_ Struct Reference

Storage for local counters, with a link to the public counter used for syncs. More...

#include <counters.h>

Collaboration diagram for StatsLocalCounter_:

Data Fields

StatsCounterpc
 
uint16_t id
 
int64_t value
 
uint64_t updates
 

Detailed Description

Storage for local counters, with a link to the public counter used for syncs.

Definition at line 82 of file counters.h.

Field Documentation

◆ id

uint16_t StatsLocalCounter_::id

Definition at line 87 of file counters.h.

◆ pc

StatsCounter* StatsLocalCounter_::pc

Definition at line 84 of file counters.h.

Referenced by StatsSetUI64().

◆ updates

uint64_t StatsLocalCounter_::updates

Definition at line 93 of file counters.h.

Referenced by StatsAddUI64(), StatsDecr(), StatsIncr(), and StatsSetUI64().

◆ value

int64_t StatsLocalCounter_::value

The documentation for this struct was generated from the following file: