src/daemon/plugin.c: Address review comments.
[collectd.git] / src / daemon / plugin.h
index 0f4d267..9a9bf49 100644 (file)
@@ -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