src/plugin.c: Make the context cloning a bit more implicit.
authorFlorian Forster <octo@collectd.org>
Tue, 22 Jan 2013 11:01:46 +0000 (12:01 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 22 Jan 2013 11:44:55 +0000 (12:44 +0100)
commitea8ad6fe7f5b6af5889328b1fa87558cbc51d6ef
tree65622f3caafab32004b5f90f319f054983c18737
parentc00b2028db28ee6f81167f1caeee70a36621e188
src/plugin.c: Make the context cloning a bit more implicit.

The plugin_set_ctx() call has been moved into the plugin_write_dequeue()
function. Comments describing the unavailability of the context have
been updated.
src/plugin.c