From ac4ed17dbd15ed703583584626d820f66ea5a17d Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 8 Dec 2015 10:29:16 +0100 Subject: stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID This symbol is globally visible and therefore should have an OSMO prefix like the other identifiers exported by stat_item.h. Sponsored-by: On-Waves ehf --- include/osmocom/core/stat_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/core/stat_item.h b/include/osmocom/core/stat_item.h index b3a3d9c2..181b029f 100644 --- a/include/osmocom/core/stat_item.h +++ b/include/osmocom/core/stat_item.h @@ -12,7 +12,7 @@ struct osmo_stat_item_desc; -#define STAT_ITEM_NOVALUE_ID 0 +#define OSMO_STAT_ITEM_NOVALUE_ID 0 #define OSMO_STAT_ITEM_NO_UNIT NULL struct osmo_stat_item_value { -- cgit v1.2.3