libosmocore
0.9.6.315-40e62
Osmocom core library
|
structure representing a single counter More...
#include <statistics.h>
Data Fields | |
struct llist_head | list |
internal list head More... | |
const char * | name |
human-readable name More... | |
const char * | description |
humn-readable description More... | |
unsigned long | value |
current value More... | |
unsigned long | previous |
previous value More... | |
structure representing a single counter
const char* osmo_counter::description |
humn-readable description
Referenced by handle_counter().
struct llist_head osmo_counter::list |
internal list head
Referenced by osmo_counter_alloc(), osmo_counter_free(), osmo_counter_get_by_name(), and osmo_counters_for_each().
const char* osmo_counter::name |
human-readable name
Referenced by handle_counter(), osmo_counter_alloc(), and osmo_counter_get_by_name().
unsigned long osmo_counter::previous |
previous value
Referenced by osmo_counter_difference().
unsigned long osmo_counter::value |
current value
Referenced by handle_counter(), osmo_counter_dec(), osmo_counter_difference(), osmo_counter_get(), osmo_counter_inc(), and osmo_counter_reset().