[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Feb 4 17:45:14 CET 2008
configure.in | 5 +++++
src/exec.c | 5 ++++-
src/plugin.c | 41 +++++++++++++++++------------------------
3 files changed, 26 insertions(+), 25 deletions(-)
New commits:
commit 83aa9c9e37ade801f9e4d99f2f7809f361aaec2c
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Jan 31 22:21:41 2008 +0100
configure: Warn if librrd is not thread safe.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit d1b5cc46be47fddf1ca1b5856630ecc7364b8054
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jan 29 02:14:33 2008 +0100
plugin.c: Use an AVL tree to store the data sets.
The list of data sets is queried quite frequently but hardly ever modified.
Using an AVL tree instead of a linked list improves the search time from O(n)
to O(log n).
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 7970eb6191de2ff6f98a4d8cab73b55dd1d4b541
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Jan 27 23:26:41 2008 +0100
exec plugin: Fixed a possible (though very improbable) memory leak.
In case of an error, the program_list_and_notification_t pointer has not been
freed before calling pthread_exit() from exec_notification_one().
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