aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-27 18:54:58 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-12-21 08:18:18 +0100
commit70fcbda6dd733a503e9a046e01986d8bfc2e2bb2 (patch)
tree0e3b05462c4258334212742e0bf4444e07728523 /include/osmocom
parent34d770dcfdb102bc5c5a22724b2386f5ce4b7a18 (diff)
stat: Explicitly support stat_items without unitzecke/ancient/debian6.0
Add OSMO_STAT_ITEM_NO_UNIT for stat items without an unit. The statsd reporter uses gauges ("g") to report them. Sponsored-by: On-Waves ehf [hfreyther: Manually apply change to osmo_stats_reporter_statsd_send_item]
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/stat_item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/stat_item.h b/include/osmocom/core/stat_item.h
index c1466f8c..b3a3d9c2 100644
--- a/include/osmocom/core/stat_item.h
+++ b/include/osmocom/core/stat_item.h
@@ -13,6 +13,7 @@
struct osmo_stat_item_desc;
#define STAT_ITEM_NOVALUE_ID 0
+#define OSMO_STAT_ITEM_NO_UNIT NULL
struct osmo_stat_item_value {
int32_t id;