[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'

Florian Forster octo at verplant.org
Sun May 20 23:52:25 CEST 2018


 src/cpu.c                     |   31 ++++++++++++++++++-------------
 src/daemon/collectd.c         |    5 +++++
 src/daemon/common.c           |    4 ++++
 src/daemon/common_test.c      |    4 ++++
 src/daemon/plugin_mock.c      |    4 ++++
 src/daemon/utils_subst_test.c |    6 +++++-
 src/disk.c                    |    3 +++
 src/interface.c               |    3 +++
 src/tape.c                    |    4 ++++
 src/uptime.c                  |    3 +++
 src/utils_mount_test.c        |    4 ++++
 src/utils_vl_lookup.c         |    4 ++++
 src/zfs_arc.c                 |    5 +++++
 13 files changed, 66 insertions(+), 14 deletions(-)

New commits:
commit 7b2fab38b1f317a9d8d311d84f65c5ea98d69a2b
Merge: c92ee39 443be7f
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sun May 20 22:22:12 2018 +0200

    Auto-Merge pull request #2786 from rpv-tomsk/fix-5.8
    
    Automatically merged due to "Automerge" label

commit 443be7f787ad39a38ea15eed5babe24c03e5f0b6
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon May 21 02:35:44 2018 +0700

    Added missing include of 'kstat.h' and variable declaration
    
    This adressed to solve compilation issue on Solaris platform:
    
    src/daemon/collectd.c:212: error: 'kc' undeclared (first use in this function)
    src/daemon/collectd.c:213: error: implicit declaration of function 'kstat_open'

commit c92ee394cbd2aa96b6b300a3baff242fe3434c04
Merge: dc0e11a 8d39c32
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sun May 20 21:21:30 2018 +0200

    Auto-Merge pull request #2785 from rpv-tomsk/fix-5.8
    
    Automatically merged due to "Automerge" label

commit 8d39c32427225cea2ec2f2d18ae72984100ad432
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon May 21 00:57:27 2018 +0700

    Try to make clang-format happy

commit 18bd5ab738b3746e39a95d2def13903f04e2386b
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon May 21 00:52:33 2018 +0700

    Added missing include of 'kstat.h'
    
    This adressed to solve compilation issue on Solaris platform:
    
    src/utils_vl_lookup.c:37:1: error: unknown type name 'kstat_ctl_t'
     kstat_ctl_t *kc;

commit dc0e11a2ccb50c9fda56742257a88588eb8e902c
Merge: 753955e d927ce4
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sun May 20 19:21:04 2018 +0200

    Auto-Merge pull request #2784 from rpv-tomsk/fix-5.8
    
    Automatically merged due to "Automerge" label

commit d927ce451022415b65caa911c69d1e98c4096e8c
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sun May 20 23:48:00 2018 +0700

    Added missing include of 'kstat.h'
    
    This adressed to solve compilation issue on Solaris platform:
    
    src/daemon/common.c:64:8: error: unknown type name 'kstat_ctl_t'
      extern kstat_ctl_t *kc;




More information about the collectd-changes mailing list