[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.6'
Florian Forster
octo at verplant.org
Wed Oct 5 09:17:45 CEST 2016
src/Makefile.am | 1 -
src/daemon/plugin.c | 22 +++++++++++-----------
src/daemon/plugin.h | 12 ++++++------
3 files changed, 17 insertions(+), 18 deletions(-)
New commits:
commit 8476effff293409ad4cb53d87af453ebbb61a064
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Oct 4 23:46:45 2016 +0200
write_graphite: remove linking against libyajl (#1976)
write_graphite doesn't have anything to do with json. This seems to have
been accidentally added in 30c1111.
Fixes https://bugs.debian.org/839771
commit 69d058a6ce8557e24b604b8efb09136e02054bd0
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 28 21:27:54 2016 +0200
src/daemon/plugin.[ch]: Make the user_data_t* const.
That is, user_data_t* passed to register_* functions. The actual callbacks
are still getting a user_data_t* since they, in theory, would be able to
modify the pointer stored in .data.
Issue: #1954
commit 38b9a40f8d93809723254db9278ed9a9febb25e2
Author: Florian Forster <octo at collectd.org>
Date: Wed Sep 28 21:23:49 2016 +0200
src/daemons/plugin.c: Don't modify user_data_t* in plugin_register_flush().
Fixes: #1954
More information about the collectd-changes
mailing list