libcollectdclient: Implement the lcc_listval_with_selection() function. ff/ctlshow
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 17 Mar 2011 08:42:38 +0000 (09:42 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 20 Sep 2013 13:53:45 +0000 (15:53 +0200)
commit3be68aa94dc24408eb0d8882393c4c08ff3c58cd
treeb4aae7ec2b793d654fd55f7b640a87ca1436269e
parent6953b75e479dd67c04067d74a0872275f53b35ff
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.
src/libcollectdclient/client.c
src/libcollectdclient/collectd/client.h