[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Wed Aug 20 09:21:42 CEST 2008
src/common.h | 10 ++++++----
src/memcached.c | 27 ++++++++++++++++++++-------
2 files changed, 26 insertions(+), 11 deletions(-)
New commits:
commit 66e0fe82631c8a8e44ffcad8ffd378fab83bc83f
Merge: 6d6ab00ae5491ce86a8ff0ee4ec834a0b5794169 e7929dac268957cbbd9082717759c3917ac1b51e
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Aug 20 09:20:56 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit e7929dac268957cbbd9082717759c3917ac1b51e
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Aug 19 21:48:45 2008 +0200
memcached plugin: Fix a possible file descriptor leak.
Not sure if this fixes the reported bug, but it might.. Feedback would be
welcome.
References: #26
commit a824bd24b2cc4c38b328f27364a26f753f5b70b0
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Aug 18 09:30:03 2008 +0200
src/common.h: Make sfree() usable like a function.
By putting the code into a "do { } while (0)" loop it is treated like a single
statement and does not break "if () sfree()" like constructs.
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