X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=6b3a030cb21ea46f11fe7a8a0e34be68e2d7e5d9;hp=2d903cb6ffb85350fccc69e94e4cd24c3a35698d;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=df135922b19890047ebf725e6b82cd1c174c6d52 diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 2d903cb6..6b3a030c 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -31,7 +31,7 @@ #include "collectd.h" #include "configfile.h" -#include "meta_data.h" +#include "utils/metadata/meta_data.h" #include "utils_time.h" #include @@ -245,7 +245,7 @@ int plugin_shutdown_all(void); * * DESCRIPTION * Calls the write function of the given plugin with the provided data set and - * value list. It differs from `plugin_dispatch_value' in that it does not + * value list. It differs from `plugin_dispatch_values' in that it does not * update the cache, does not do threshold checking, call the chain subsystem * and so on. It looks up the requested plugin and invokes the function, end * of story.