aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.c')
-rw-r--r--src/stats.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stats.c b/src/stats.c
index b5adbf29..61b7df87 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -326,8 +326,7 @@ int osmo_stats_reporter_set_max_class(struct osmo_stats_reporter *srep,
return 0;
}
-/*! Set the reporting interval of a given stats_reporter (in seconds).
- * \param[in] srep stats_reporter whose remote address is to be set
+/*! Set the reporting interval (common for all reporters)
* \param[in] interval Reporting interval in seconds
* \returns 0 on success; negative on error */
int osmo_stats_set_interval(int interval)