|
suricata
|
Container to hold the counter variable. More...
#include <counters.h>

Data Fields | |
| int | type |
| uint16_t | id |
| uint16_t | gid |
| uint64_t(* | Func )(void) |
| const char * | name |
| const char * | short_name |
| struct StatsCounter_ * | next |
Container to hold the counter variable.
Definition at line 49 of file counters.h.
| uint64_t(* StatsCounter_::Func) (void) |
Definition at line 60 of file counters.h.
| uint16_t StatsCounter_::gid |
Definition at line 56 of file counters.h.
| uint16_t StatsCounter_::id |
Definition at line 53 of file counters.h.
| const char* StatsCounter_::name |
Definition at line 63 of file counters.h.
| struct StatsCounter_* StatsCounter_::next |
Definition at line 67 of file counters.h.
| const char* StatsCounter_::short_name |
Definition at line 64 of file counters.h.
| int StatsCounter_::type |
Definition at line 50 of file counters.h.