[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.3'
    Florian Forster 
    octo at verplant.org
       
    Sun Jul  6 14:29:16 CEST 2008
    
    
  
 src/plugin.c |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)
New commits:
commit 7699c3ec722a9414f3342d6cd31b7be440a5da6f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jul 2 16:26:46 2008 +0200
    src/plugin.c: Initialize plugins before checking if read callbacks are available.
    
    plugin_init_all() checks if any read callbacks are available before starting
    the read threads. A few plugins register their read callback from their
    init callback though. By initializing the plugins before that the read
    threads are still started correctly if all plugins register the read
    callback in the init callback.
    
    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