X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrdtool.c;h=3d5ad9b90ff3a77afd90305e50ee27709fdf93af;hb=8acc85b19e44c9bc106484b95cd352d867abdf1c;hp=f5e01c81fe522d4fba76842156540594a24d3ef3;hpb=c442c66d9e98852f1b8eaa1b816d6ee7f84d0342;p=collectd.git diff --git a/src/rrdtool.c b/src/rrdtool.c index f5e01c81..3d5ad9b9 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -1229,7 +1229,7 @@ static int rrd_init (void) pthread_mutex_unlock (&cache_lock); status = plugin_thread_create (&queue_thread, /* attr = */ NULL, - rrd_queue_thread, /* args = */ NULL); + rrd_queue_thread, /* args = */ NULL, "rrdtool queue"); if (status != 0) { ERROR ("rrdtool plugin: Cannot create queue-thread.");