[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Thu Aug 21 11:56:00 CEST 2008
    
    
  
 src/collectd.c        |    2 +-
 src/plugin.c          |   18 ------------------
 src/plugin.h          |    1 -
 src/utils_cmd_flush.c |    2 +-
 4 files changed, 2 insertions(+), 21 deletions(-)
New commits:
commit 2aaabc7592009a1f6e2d6033a79d3041b05ab500
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Aug 21 11:15:02 2008 +0200
    Replaced plugin_flush_all(t) with plugin_flush(NULL, t, NULL).
    
    There is nothing that plugin_flush_all() would do but plugin_flush() wouldn't,
    so this was redundant.
    
    plugin_flush_all() has been removed completely.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
    
    
More information about the collectd-changes
mailing list