collectd, rrdtool plugin: Add flushing of specific identifiers.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 13 May 2008 10:53:11 +0000 (12:53 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 13 May 2008 10:53:57 +0000 (12:53 +0200)
commit7c1daa25ff1888a979e8bc53aba28b8cbd6c6e0a
tree3bf902ba4983f9e284fd16ee905faca7b79bde47
parentbab707fe46b2ef69f391864f3bb08b4dca19634e
collectd, rrdtool plugin: Add flushing of specific identifiers.

The flush callbacks have been changed to expect an (optional)
`const char *instance'. If not NULL, *only* that value should be flushed.

The network and perl plugins don't follow this rule yet, but will in the
not so far future - hopefully ;)
src/network.c
src/perl.c
src/plugin.c
src/plugin.h
src/rrdtool.c