X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=9a9bf497607d0a7240e287421d95dc6fe8149735;hb=e81567f2a645fd15f4384ca9569119bc66c1412a;hp=0f4d267c75149ad8017df77012a72e7988a53348;hpb=9d9678b9e753ea0936612021f4f87f8092ab4e31;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 0f4d267c..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, char *name); + void *(*start_routine) (void *), void *arg, char const *name); /* * Plugins need to implement this