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

Florian Forster octo at verplant.org
Tue Jan 22 15:00:04 CET 2013


 src/plugin.c |   60 ++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 37 insertions(+), 23 deletions(-)

New commits:
commit ea8ad6fe7f5b6af5889328b1fa87558cbc51d6ef
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 22 12:01:46 2013 +0100

    src/plugin.c: Make the context cloning a bit more implicit.
    
    The plugin_set_ctx() call has been moved into the plugin_write_dequeue()
    function. Comments describing the unavailability of the context have
    been updated.

commit c00b2028db28ee6f81167f1caeee70a36621e188
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jan 21 16:35:17 2013 +0100

    plugin: Pass on read-plugins' contexts to the write threads.
    
    Else, the write plugins will have wrong or missing interval information when
    actually writing a data-set.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 2cb5033866a0a07f07f823d3bd0bd06ec6404fe9
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 21 16:38:28 2013 +0100

    src/plugin.c: Fill in the time and interval before queueing the value list.
    
    This feels a bit hackish, but it should do the job.




More information about the collectd-changes mailing list