[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Mon Jan 21 10:33:11 CET 2013
    
    
  
 src/aggregation.c     |    2 +-
 src/collectd.conf.in  |    1 +
 src/collectd.conf.pod |   10 +-
 src/configfile.c      |    1 +
 src/network.c         |   16 +--
 src/nfs.c             |    2 +-
 src/plugin.c          |  294 +++++++++++++++++++++++++++++++++++++++++--------
 src/plugin.h          |    3 +-
 8 files changed, 270 insertions(+), 59 deletions(-)
New commits:
commit d37b132aaff8ff2bbf7c3181855857c486f35121
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 21 10:29:30 2013 +0100
    src/plugin.[ch]: Remove the plugin_dispatch_values_secure() function.
    
    Since values are now *always* copied, we don't need the secure version
    anymore.
commit 67c4689b74c69cbd3444e9860eae07bad439066b
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 21 10:27:55 2013 +0100
    src/plugin.[ch]: Use a pool of write threads to dispatch values to write plugins.
    
    This fixes Github issue #75.
    
    
More information about the collectd-changes
mailing list