X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=9a9bf497607d0a7240e287421d95dc6fe8149735;hb=c5ffa797883f238776e6294054f260df3cd0aea6;hp=5a4e4c75af12679c0c84c68b7b0892c5a7cc0c0a;hpb=c442c66d9e98852f1b8eaa1b816d6ee7f84d0342;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 5a4e4c75..9a9bf497 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -465,7 +465,7 @@ cdtime_t plugin_get_interval (void); */ int plugin_thread_create (pthread_t *thread, const pthread_attr_t *attr, - void *(*start_routine) (void *), void *arg); + void *(*start_routine) (void *), void *arg, char const *name); /* * Plugins need to implement this