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

Florian Forster octo at verplant.org
Sun Nov 6 20:40:59 CET 2016


 src/modbus.c                  |   16 +++++++---------
 src/write_riemann.c           |   16 +++++++---------
 src/write_riemann_threshold.c |    7 +++----
 src/write_riemann_threshold.h |   34 ++++++++++++++++++++++++++++++++--
 4 files changed, 49 insertions(+), 24 deletions(-)

New commits:
commit f7e26c24f0f57dfc5057644cfd657f617a7bffb6
Merge: 820020d 4c92b22
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 6 20:40:36 2016 +0100

    Merge remote-tracking branch 'github/pr/2027' into collectd-5.5

commit 4c92b223198c6b3d6ba0b052f1baea1d33abf31e
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 6 10:21:35 2016 +0100

    modbus plugin: Avoid sizeof(struct sockaddr).
    
    The previous version failed on FreeBSD with:
    
        modbus.c: In function 'mb_read_data':
        modbus.c:476:21: error: storage size of 'sockaddr' isn't known
             struct sockaddr sockaddr;
                             ^

commit 820020d0f3770806034c09a8c1500133632f210e
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 6 11:10:54 2016 +0100

    src/write_riemann_threshold.h: Various fixes.
    
    * Add license header. Simply copied src/write_riemann_threadhold.c's license.
    * Make header self-contained. "plugin.h" is needed for data_source_t and
      value_list_t.
    * Add names to the parameters and write documentation for the only exported
      function.

commit b133328f9681b159300515b1bd6b32cf0d5d819c
Author: Florian Forster <octo at collectd.org>
Date:   Sun Nov 6 10:34:22 2016 +0100

    write_riemann plugin: Fix order of includes.
    
    The previous version failed on Solaris with:
    
        In file included from ./daemon/collectd.h:31:0,
                         from write_riemann.c:36:
        ./config.h:1619:0: error: "_FILE_OFFSET_BITS" redefined [-Werror]
         #define _FILE_OFFSET_BITS 64
         ^




More information about the collectd-changes mailing list