projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003c6e8
)
src/plugin.c: Fix a comment regarding duplicate plugin_load() calls.
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
635ff30
..
8f0c6d8
100644
(file)
--- a/
src/plugin.h
+++ b/
src/plugin.h
@@
-223,7
+223,8
@@
void plugin_set_dir (const char *dir);
* 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);