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

Florian Forster octo at verplant.org
Mon Mar 16 00:03:00 CET 2009


 src/Makefile.am  |    1 +
 src/common.h     |    7 +
 src/plugin.c     |  322 +++++++++++++++++++++++++++++++++++-------------------
 src/utils_heap.c |  223 +++++++++++++++++++++++++++++++++++++
 src/utils_heap.h |   96 ++++++++++++++++
 5 files changed, 534 insertions(+), 115 deletions(-)

New commits:
commit cbc3671e75d323482c15ac5176474ad7ec1d67f9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 16 00:02:55 2009 +0100

    src/plugin.c: Use a heap to schedule reads.
    
    With this change basically only timeout checks are triggered from the
    global "read loop". This will allow each read function to be queried at
    a different interval. This is currently not used, but will come in handy
    in the future.




More information about the collectd-changes mailing list