Code

libcollectdclient: Implement the lcc_listval_with_selection() function.
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 17 Mar 2011 08:42:38 +0000 (09:42 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 17 Mar 2011 08:42:38 +0000 (09:42 +0100)
commitac12a3b4e2bc2d5002170e2b1e6e3d70041a4dd1
tree6494393b8c8e4c603beb237c5ab9ab5f9a49f002
parent734b821f65c7ba2311ed67983b0ce41fe6dd0720
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/client.h