summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 003c6e8)
raw | patch | inline | side by side (parent: 003c6e8)
author | Florian Forster <octo@collectd.org> | |
Sat, 25 May 2013 08:32:23 +0000 (10:32 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 25 May 2013 08:32:23 +0000 (10:32 +0200) |
src/plugin.h | patch | blob | history |
diff --git a/src/plugin.h b/src/plugin.h
index 635ff308f2cd4f83278554f4f79759a5b2efaeb4..8f0c6d86105fbfe56547d6b5d78ac9fd7a7f4b26 100644 (file)
--- a/src/plugin.h
+++ b/src/plugin.h
* and a value below zero if an error occurs.
*
* NOTES
- * No attempt is made to re-load an already loaded module.
+ * Re-loading an already loaded module is detected and zero is returned in
+ * this case.
*/
int plugin_load (const char *name, uint32_t flags);