X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=2e20da4c165fcbeadd82093e9c7495dc37b3474c;hb=cce136946b879557f91183e4de58e92b81e138c8;hp=beeb576159fd9f3ce4647aeeabc7bf58ca0fae9d;hpb=809a89739bd92a5432deb6230a68dd6e6bbb72b3;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index beeb5761..2e20da4c 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -293,7 +293,7 @@ int plugin_register_read (const char *name, * "plugin_register_complex_read" returns an error (non-zero). */ int plugin_register_complex_read (const char *group, const char *name, plugin_read_cb callback, - const struct timespec *interval, + cdtime_t interval, user_data_t *user_data); int plugin_register_write (const char *name, plugin_write_cb callback, user_data_t *user_data); @@ -330,7 +330,7 @@ int plugin_unregister_notification (const char *name); * This function can be called to output a list of _all_ registered * writers to the logfacility. * Since some writers dynamically build their name it can be hard for - * the configuring person to know it. This function will fill this gap. + * the configuring person to know it. This function will fill this gap. */ void plugin_log_available_writers ();