summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e37815)
raw | patch | inline | side by side (parent: 8e37815)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Aug 2008 08:54:43 +0000 (10:54 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 21 Aug 2008 09:12:59 +0000 (11:12 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/plugin.c | patch | blob | history | |
src/plugin.h | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index 83ee8e6ce30e76a17dbafdcd7cbd8b4a4f8d2c4f..c47e8678d4c6ac8acbe27cafdd2b7b63c8fb9124 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
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);
diff --git a/src/plugin.h b/src/plugin.h
index 3bf7e4c1d01174f5f95671f9fd1ea6ed9943eeeb..f66ed3e22e476694fa8e03f6f76cdec9080478c7 100644 (file)
--- a/src/plugin.h
+++ b/src/plugin.h
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);
/*