Replaced plugin_flush_all(t) with plugin_flush(NULL, t, NULL).
authorSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2008 09:15:02 +0000 (11:15 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 21 Aug 2008 09:55:59 +0000 (11:55 +0200)
commit2aaabc7592009a1f6e2d6033a79d3041b05ab500
treed27277c9d96588a15d18eead234ecccd1b786811
parent3b293a7b2974d38098bce0ce9e3281e803c16037
Replaced plugin_flush_all(t) with plugin_flush(NULL, t, NULL).

There is nothing that plugin_flush_all() would do but plugin_flush() wouldn't,
so this was redundant.

plugin_flush_all() has been removed completely.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.c
src/plugin.c
src/plugin.h
src/utils_cmd_flush.c