X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=616889ad53a7dc920c9c80b4ab790e33b97c00fe;hb=7b3b95831f8d686cf5ab4f85b9150c0b2cfd3139;hp=871eccdc5694dbcbc6dff16c8db61e42f0ab27d4;hpb=a9191cc20f0a5af022ae1d9482af2eaf0098a46a;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 871eccdc..616889ad 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -34,6 +34,7 @@ #include "meta_data.h" #include "utils_time.h" +#include #include #define DS_TYPE_COUNTER 0 @@ -244,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.