[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Sep 2 10:44:10 CEST 2016
src/ceph.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
New commits:
commit 9e2c04a0c5b1b0f4bd2269c29c27fe1f3b1115de
Author: Florian Forster <octo at collectd.org>
Date: Fri Sep 2 10:41:06 2016 +0200
ceph plugin: Use compound literals to initialize a VLA.
This also moves the DEBUG() statement before the sanity check in an
attempt to make scan-build happy: scan-build is under the impression
that the DEBUG() macro would write to the g_num_daemons global variable.
While we're at it, use PRIu32 to print the uint32_t.
Issue: #1835
More information about the collectd-changes
mailing list