aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-08 23:14:29 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-09 04:35:07 +0300
commitbfc837739843fa96c04a9e348dcdae927a1169ea (patch)
tree522cf250dd96e622a34af6b5c718b38d8bda997b /include
parent4e9247228102e9b7440d19ca1032ff0172768380 (diff)
stats: allow configuring reporter's name in the VTY
This allows configuring more than one reporter of the given type. Change-Id: Ia815c24dc974648985539913012b3b074ea317a9 Related: SYS#5713
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/stats.h b/include/osmocom/core/stats.h
index b9edac2a..c4f71c88 100644
--- a/include/osmocom/core/stats.h
+++ b/include/osmocom/core/stats.h
@@ -108,6 +108,7 @@ struct osmo_stats_config {
int interval;
};
+extern struct llist_head osmo_stats_reporter_list;
extern struct osmo_stats_config *osmo_stats_config;
void osmo_stats_init(void *ctx);