plugin: Pass on read-plugins' contexts to the write threads.
authorSebastian Harl <sh@tokkee.org>
Mon, 21 Jan 2013 15:35:17 +0000 (16:35 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 22 Jan 2013 09:31:47 +0000 (10:31 +0100)
commitc00b2028db28ee6f81167f1caeee70a36621e188
treef42c3d8e1a67ed7ae3778c44cff86c38c1b03ee0
parent2cb5033866a0a07f07f823d3bd0bd06ec6404fe9
plugin: Pass on read-plugins' contexts to the write threads.

Else, the write plugins will have wrong or missing interval information when
actually writing a data-set.

Signed-off-by: Florian Forster <octo@collectd.org>
src/plugin.c