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
 
uint16_t did1
 
uint16_t did2
 
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 55 of file counters.h.

Field Documentation

◆ did1

uint16_t StatsCounter_::did1

Definition at line 66 of file counters.h.

◆ did2

uint16_t StatsCounter_::did2

Definition at line 67 of file counters.h.

◆ Func

uint64_t(* StatsCounter_::Func) (void)

Definition at line 71 of file counters.h.

◆ gid

uint16_t StatsCounter_::gid

Definition at line 62 of file counters.h.

◆ id

uint16_t StatsCounter_::id

Definition at line 59 of file counters.h.

◆ name

const char* StatsCounter_::name

Definition at line 74 of file counters.h.

◆ next

struct StatsCounter_* StatsCounter_::next

Definition at line 78 of file counters.h.

◆ short_name

const char* StatsCounter_::short_name

Definition at line 75 of file counters.h.

◆ type

int StatsCounter_::type

enum StatsType from counters.c

Definition at line 56 of file counters.h.


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