libosmocore 1.11.0.30-c17053.202507072026
Osmocom core library
|
data we keep for each actual item More...
#include <stat_item_internal.h>
Data Fields | |
const struct osmo_stat_item_desc * | desc |
back-reference to the item description | |
struct osmo_stat_item_period | value |
Current reporting period / current value. | |
struct osmo_stat_item_period | reported |
The results of the previous reporting period. | |
data we keep for each actual item
const struct osmo_stat_item_desc* osmo_stat_item::desc |
back-reference to the item description
struct osmo_stat_item_period osmo_stat_item::reported |
The results of the previous reporting period.
According to these, the stats reporter decides whether to re-send values or omit an unchanged value from a report.
struct osmo_stat_item_period osmo_stat_item::value |
Current reporting period / current value.
Referenced by osmo_stat_item_dec(), osmo_stat_item_inc(), and osmo_stat_item_set().