[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/listval'
Florian Forster
octo at verplant.org
Thu Mar 17 09:44:14 CET 2011
src/libcollectdclient/client.c | 43 ++++++++++++++++++++++++++++++++++++++-
src/libcollectdclient/client.h | 8 +++++++
2 files changed, 49 insertions(+), 2 deletions(-)
New commits:
commit ac12a3b4e2bc2d5002170e2b1e6e3d70041a4dd1
Author: Florian Forster <octo at huhu.verplant.org>
Date: Thu Mar 17 09:42:38 2011 +0100
libcollectdclient: Implement the lcc_listval_with_selection() function.
This function exports the new selection feature of the LISTVAL command
with a straight forward C API. The existing lcc_listval() function
remains for backwards compatibility (and ease of use) and will
internally use the new and more complex function.
More information about the collectd-changes
mailing list