suricata
StatsCounter_ Struct Reference

Container to hold the counter variable. More...

#include <counters.h>

Collaboration diagram for StatsCounter_:

Data Fields

int type
 
uint16_t id
 
uint16_t gid
 
uint64_t(* Func )(void)
 
const char * name
 
const char * short_name
 
struct StatsCounter_next
 

Detailed Description

Container to hold the counter variable.

Definition at line 49 of file counters.h.

Field Documentation

◆ Func

uint64_t(* StatsCounter_::Func) (void)

Definition at line 60 of file counters.h.

◆ gid

uint16_t StatsCounter_::gid

Definition at line 56 of file counters.h.

◆ id

uint16_t StatsCounter_::id

Definition at line 53 of file counters.h.

◆ name

const char* StatsCounter_::name

Definition at line 63 of file counters.h.

◆ next

struct StatsCounter_* StatsCounter_::next

Definition at line 67 of file counters.h.

◆ short_name

const char* StatsCounter_::short_name

Definition at line 64 of file counters.h.

◆ type

int StatsCounter_::type

Definition at line 50 of file counters.h.


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