[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Aug 20 12:20:30 CEST 2008
src/plugin.c | 38 ++++++++++++++------------------------
1 files changed, 14 insertions(+), 24 deletions(-)
New commits:
commit 9d682b256a32bf2d88d3b32eb89e71623fdc83b3
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 20 12:16:39 2008 +0200
src/plugin.c: Reduced `plugin_flush_one' to a tiny legacy function.
commit 37bee951b23db2dbd41a62693735e7d96f7dba8a
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 20 12:06:25 2008 +0200
src/plugin.c: Pass a second argument to the `flush' callbacks.
The flush callbacks not take two parameters, this was forgotten here.
commit 9f422a1629f6b7214853b846b36790ae4e6d5b12
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 20 12:01:50 2008 +0200
src/plugin.c: Fix an endless loop in `plugin_flush'.
Since this function is most often called from the unixsock plugin,
which creates a separate thread for handling connections, this did
not effect the rest of the daemon and was kind of tricky to track
down. :/ What a stupid mistake :(
More information about the collectd-changes
mailing list