11 #include <osmocom/core/linuxlist.h>
15 #define OSMO_STAT_ITEM_NOVALUE_ID 0
16 #define OSMO_STAT_ITEM_NO_UNIT NULL
40 int32_t default_value;
74 static inline void osmo_stat_item_group_udp_idx(
82 void osmo_stat_item_set(
struct osmo_stat_item *item, int32_t value);
87 const char *name,
const unsigned int idx);
119 typedef int (*osmo_stat_item_handler_t)(
129 osmo_stat_item_handler_t handle_item,
void *data);
131 int osmo_stat_item_for_each_group(osmo_stat_item_group_handler_t handle_group,
void *data);