mirror of
https://github.com/collectd/collectd.git
synced 2026-02-12 21:59:16 +08:00
daemon: Remove uc_get_rate_by_name_vl().
The implementation has already been removed.
This commit is contained in:
@@ -42,8 +42,6 @@ int uc_init(void);
|
||||
int uc_check_timeout(void);
|
||||
int uc_update(metric_family_t const *fam);
|
||||
|
||||
int uc_get_rate_by_name_vl(const char *name, gauge_t **ret_values,
|
||||
size_t *ret_values_num);
|
||||
gauge_t *uc_get_rate_vl(const data_set_t *ds, const value_list_t *vl);
|
||||
int uc_get_value_by_name_vl(const char *name, value_t **ret_values,
|
||||
size_t *ret_values_num);
|
||||
|
||||
@@ -44,11 +44,6 @@ int uc_get_rate_by_name(const char *name, gauge_t *ret_value) {
|
||||
return ENOTSUP;
|
||||
}
|
||||
|
||||
int uc_get_rate_by_name_vl(const char *name, gauge_t **ret_values,
|
||||
size_t *ret_values_num) {
|
||||
return ENOTSUP;
|
||||
}
|
||||
|
||||
int uc_get_names(char ***ret_names, cdtime_t **ret_times, size_t *ret_number) {
|
||||
return ENOTSUP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user