author | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Aug 2008 09:15:02 +0000 (11:15 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 21 Aug 2008 09:55:59 +0000 (11:55 +0200) | ||
commit | 2aaabc7592009a1f6e2d6033a79d3041b05ab500 | |
tree | d27277c9d96588a15d18eead234ecccd1b786811 | tree | snapshot |
parent | 3b293a7b2974d38098bce0ce9e3281e803c16037 | commit | diff |
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>
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 | diff | blob | history | |
src/plugin.c | diff | blob | history | |
src/plugin.h | diff | blob | history | |
src/utils_cmd_flush.c | diff | blob | history |