|
libosmocore 1.11.0
Osmocom core library
|
Structure representing a single counter. More...
#include <counter.h>
Data Fields | |
| struct llist_head | list |
| internal list head | |
| const char * | name |
| human-readable name | |
| const char * | description |
| humn-readable description | |
| unsigned long | value |
| current value | |
| unsigned long | previous |
| previous value | |
Structure representing a single 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().
human-readable name
Referenced by osmo_counter_alloc(), and osmo_counter_get_by_name().
previous value
Referenced by osmo_counter_difference().
current value
Referenced by osmo_counter_difference().