Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
return (0);
} /* int plugin_flush */
-/* FIXME: Remove this function once the perl plugin has been updated. */
-int plugin_flush_one (int timeout, const char *name)
-{
- return (plugin_flush (name, timeout, NULL));
-} /* int plugin_flush_one */
-
void plugin_shutdown_all (void)
{
int (*callback) (void);
void plugin_shutdown_all (void);
void plugin_flush_all (int timeout);
-int plugin_flush_one (int timeout, const char *name);
int plugin_flush (const char *plugin, int timeout, const char *identifier);
/*