X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Frrdtool.c;h=82f570f4a21edcbffddb685be193dbd08a0fe6d5;hp=f12b1ce3e2665ad9e284e6e40cc5af9808f01a13;hb=96b920e6b7bf70560eb95c911202afbeaab2b965;hpb=2739b2c65f22e459d947bdd10cb9a9807ca729e8 diff --git a/src/rrdtool.c b/src/rrdtool.c index f12b1ce3..82f570f4 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -1071,8 +1071,9 @@ static int rrd_init(void) { pthread_mutex_unlock(&cache_lock); - status = plugin_thread_create(&queue_thread, /* attr = */ NULL, - rrd_queue_thread, /* args = */ NULL); + status = + plugin_thread_create(&queue_thread, /* attr = */ NULL, rrd_queue_thread, + /* args = */ NULL, "rrdtool queue"); if (status != 0) { ERROR("rrdtool plugin: Cannot create queue-thread."); return (-1);