From: Ruben Kerkhof Date: Wed, 13 Feb 2019 17:45:53 +0000 (+0100) Subject: rrdcached plugin: use same attribute name for both prototypes X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5be44d9bc64b461d21bf639e7baec1901af4d3c7 rrdcached plugin: use same attribute name for both prototypes --- diff --git a/src/rrdcached.c b/src/rrdcached.c index b5f0970b..fe5e2d2d 100644 --- a/src/rrdcached.c +++ b/src/rrdcached.c @@ -59,7 +59,7 @@ static rrdcreate_config_t rrdcreate_config = { * Prototypes. */ static int rc_write(const data_set_t *ds, const value_list_t *vl, - user_data_t __attribute__((unused)) * user_data); + __attribute__((unused)) user_data_t *ud); static int rc_flush(__attribute__((unused)) cdtime_t timeout, const char *identifier, __attribute__((unused)) user_data_t *ud);