Merge pull request #2046 from rubenk/cleanup-dpdk-detection
[collectd.git] / src / daemon / plugin.h
index 5a4e4c7..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);
+               void *(*start_routine) (void *), void *arg, char const *name);
 
 /*
  * Plugins need to implement this