X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Futils_cache.c;h=cf2095eec12fb0190ce30e187173ea6d7490d433;hp=5e8cf75b619a3abbb9322fe57492061fccb54d75;hb=8d5ac5e09dddd774c2bee26a765efa0f3eebc462;hpb=0e2feb760b47ba79d8a51ee52b7836e7fceef971 diff --git a/src/daemon/utils_cache.c b/src/daemon/utils_cache.c index 5e8cf75b..cf2095ee 100644 --- a/src/daemon/utils_cache.c +++ b/src/daemon/utils_cache.c @@ -998,15 +998,16 @@ static meta_data_t *uc_get_meta(const value_list_t *vl) /* {{{ */ pthread_mutex_unlock(&cache_lock); \ return status; \ } -int uc_meta_data_exists(const value_list_t *vl, - const char *key) UC_WRAP(meta_data_exists) +int uc_meta_data_exists(const value_list_t *vl, const char *key) + UC_WRAP(meta_data_exists) - int uc_meta_data_delete(const value_list_t *vl, - const char *key) UC_WRAP(meta_data_delete) + int uc_meta_data_delete(const value_list_t *vl, const char *key) + UC_WRAP(meta_data_delete) -/* The second argument is called `toc` in the API, but the macro expects - * `key`. */ -int uc_meta_data_toc(const value_list_t *vl, char ***key) UC_WRAP(meta_data_toc) + /* The second argument is called `toc` in the API, but the macro expects + * `key`. */ + int uc_meta_data_toc(const value_list_t *vl, + char ***key) UC_WRAP(meta_data_toc) #undef UC_WRAP