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

Florian Forster octo at verplant.org
Thu Jun 7 15:52:22 CEST 2018


 src/daemon/collectd.h |   20 --------------------
 src/lua.c             |   13 ++-----------
 src/perl.c            |   10 ----------
 src/utils_lua.c       |    4 ----
 src/utils_lua.h       |    5 +----
 src/virt.c            |    7 ++++---
 6 files changed, 7 insertions(+), 52 deletions(-)

New commits:
commit 0706e1c4c496962b92b7bd2149bb651ef05b0acf
Merge: 06fe107 fa36b45
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu Jun 7 12:13:08 2018 +0200

    Merge pull request #2804 from rubenk/remove-poison
    
    Stop poisoning function in debug mode

commit 06fe1074812c7f0b903c9aa8d0d9e47036b552b5
Merge: 499897f 4c68d7e
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu Jun 7 10:22:24 2018 +0200

    Merge pull request #2808 from elfiesmelfie/fix_virt_shadow_warning
    
    src/virt.c: Fix one 'shadow type' warning

commit 4c68d7ec6e49f3ff1138a75676b6806644861d72
Author: Antoine Naud <antoinex.naud at intel.com>
Date:   Fri May 25 15:42:51 2018 +0100

    src/virt.c: Fix one -Wshadow type warning
    
    This commit fixes:
    src/virt.c:1827:76: warning: declaration shadows a variable in the global scope
    [-Wshadow]
    static int domain_lifecycle_event_cb(__attribute__((unused)) virConnectPtr conn,
                                                                               ^
    src/virt.c:471:22: note: previous declaration is here
    static virConnectPtr conn;
    
    Change-Id: I5303f834c5f13802909f8bd03afba0f4a23934d4
    Signed-off-by: Antoine Naud <antoinex.naud at intel.com>

commit fa36b45bfafec663e49639d40f4671e018e7ee10
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Jun 4 00:10:12 2018 +0200

    Stop poisoning function in debug mode
    
    This breaks when external headers use those functions.
    
    Fixes #2769




More information about the collectd-changes mailing list