X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fplugin.h;h=8f0c6d86105fbfe56547d6b5d78ac9fd7a7f4b26;hb=21ba59f8197dba0a72dbf5186bc0a5d7e5074496;hp=635ff308f2cd4f83278554f4f79759a5b2efaeb4;hpb=443afcad2cbacaca9bb1fd7d9ea790cbeb6ff015;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 635ff308..8f0c6d86 100644 --- 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);