stats: Fix documentation for osmo_stats_set_interval()

Change-Id: Ie07a03251d6fe9d40b62815feb51ec8af9ed7c95
This commit is contained in:
Alexander Chemeris 2020-05-08 19:09:22 +03:00 committed by laforge
parent 161adeec84
commit f203ed3add
1 changed files with 1 additions and 2 deletions

View File

@ -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)