[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Feb 27 10:21:03 CET 2008
src/Makefile.am | 5 +
src/unixsock.c | 77 ------------------------------
src/utils_cache.c | 62 +++++++++++++++++++-----
src/utils_cache.h | 1
src/utils_cmd_getval.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++
src/utils_cmd_getval.h | 29 +++++++++++
src/utils_cmd_putnotif.h | 2
src/utils_cmd_putval.h | 2
8 files changed, 205 insertions(+), 92 deletions(-)
New commits:
commit 22b70372976569e5763816bbdb8a5011f9f8226b
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Feb 27 10:17:01 2008 +0100
src/utils_cmd_{putnotif,putval}.h: Don't include `plugin.h' without a reason.
commit 02821d073fcc467e75f445d0b899dc17ddd15fd9
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Feb 27 10:16:31 2008 +0100
src/utils_cmd_getval.[ch]: Moved the `getval' command out of the unixsock plugin.
commit bc70ba89dba0b54cb595b945e2667bf04a1abed1
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Feb 27 10:08:54 2008 +0100
unixsock plugin: us_handle_getval: Changed the function to use the global cache rather than the local one.
commit 985cc61fa747ad02749037c2d08497fce9703c32
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Feb 27 10:07:57 2008 +0100
src/utils_cache.[ch]: Implemented `uc_get_rate_by_name'.
This functions allows to get values from the cache without creating a
`value_list_t' and `data_set_t' first. The existing function `uc_get_rate' has
been changed to use this function, too.
More information about the collectd-changes
mailing list