|
libosmocore 1.11.0.52-28973f
Osmocom core library
|
Structure representing a single counter. More...
#include <counter.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(), and osmo_counter_free().
| 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(), and osmo_counter_difference().