exec and unixsock plugin: Move the shared `PUTVAL' code into src/utils_cmd_putval...
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Thu, 23 Aug 2007 06:05:09 +0000 (08:05 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Thu, 23 Aug 2007 06:05:09 +0000 (08:05 +0200)
commit6e779261c08a8996ed476d23638fc62ad867fa5f
tree3bc651d66ff3baf5a02ddb0f5318636a8d38d618
parent988688ace2eee6b19595c780ef776785b387f80d
exec and unixsock plugin: Move the shared `PUTVAL' code into src/utils_cmd_putval.[ch].

The putval code itself has been extended to allow `options' which can currently
be used to set the interval of the value-list(s) being submitted. Also,
submiting multiple value-lists in one command has been implemented. The
manpages should be up to date.
src/Makefile.am
src/collectd-exec.pod
src/collectd-unixsock.pod
src/exec.c
src/plugin.c
src/unixsock.c
src/utils_cmd_putval.c [new file with mode: 0644]
src/utils_cmd_putval.h [new file with mode: 0644]