Code

src/plugin.c: Fix a comment regarding duplicate plugin_load() calls.
authorFlorian Forster <octo@collectd.org>
Sat, 25 May 2013 08:32:23 +0000 (10:32 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 25 May 2013 08:32:23 +0000 (10:32 +0200)
src/plugin.h

index 635ff308f2cd4f83278554f4f79759a5b2efaeb4..8f0c6d86105fbfe56547d6b5d78ac9fd7a7f4b26 100644 (file)
@@ -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);