Code

tail plugin: Rename DSType from Latency to Distribution.
[collectd.git] / src / ping.c
index 64408491d410c71b7d4f6322b60de8175139660c..66a254d52d9d5ded6fd39dab3d0279523548b0b1 100644 (file)
@@ -392,7 +392,7 @@ static int start_thread (void) /* {{{ */
   ping_thread_loop = 1;
   ping_thread_error = 0;
   status = plugin_thread_create (&ping_thread_id, /* attr = */ NULL,
-      ping_thread, /* arg = */ (void *) 0);
+      ping_thread, /* arg = */ (void *) 0, "ping");
   if (status != 0)
   {
     ping_thread_loop = 0;