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

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Thu Feb 15 19:43:13 CET 2007


 src/rrdtool.c       |  146 +++++++++++++++++++++++++++++++++-----------------
 src/utils_avltree.c |  149 ++++++++++++++++++++++++++++++++--------------------
 src/utils_avltree.h |    9 +--
 3 files changed, 192 insertions(+), 112 deletions(-)

New commits:
commit e5509dd1ec042a350b9716dc2fea3a2c1b751e33
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Feb 15 19:43:07 2007 +0100

    rrdtool plugin: Fix a memory leak.

commit fa67d36eb4ef20d3b1988b153c86e57c19ed2e2b
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Feb 15 12:10:09 2007 +0100

    rrdtool plugin: Use the AVL-tree to implement the cache.

commit f5111b586d044b932ab4454ccdfbb659c1d874d4
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Thu Feb 15 12:09:33 2007 +0100

    src/utils_avltree.[ch]: Fix the iterator, since it's actually usefull with caches.
    
    The rrdtool-plugin will use the iterator to find outdated cache-entries and
    flush only them, not the entire cache.




More information about the collectd-changes mailing list