aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/stat_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/stat_item.h')
-rw-r--r--include/osmocom/core/stat_item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/stat_item.h b/include/osmocom/core/stat_item.h
index 260ffb1c..806173ab 100644
--- a/include/osmocom/core/stat_item.h
+++ b/include/osmocom/core/stat_item.h
@@ -79,6 +79,8 @@ static inline void osmo_stat_item_group_udp_idx(
void osmo_stat_item_group_free(struct osmo_stat_item_group *statg);
+void osmo_stat_item_inc(struct osmo_stat_item *item, int32_t value);
+void osmo_stat_item_dec(struct osmo_stat_item *item, int32_t value);
void osmo_stat_item_set(struct osmo_stat_item *item, int32_t value);
int osmo_stat_item_init(void *tall_ctx);