X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fpinba.c;h=ba8069da3fafdf492de6756b6a7885b23c62c468;hb=1d888f3f3a131f8eb2d9e0884665b6951ecee550;hp=5571ff2600b3cd98c5f1c236323fe97d50db26c5;hpb=745ba17db2b2c1868667734d1317e1ee1d0b68ae;p=collectd.git diff --git a/src/pinba.c b/src/pinba.c index 5571ff26..ba8069da 100644 --- a/src/pinba.c +++ b/src/pinba.c @@ -638,7 +638,7 @@ static int plugin_init (void) /* {{{ */ status = plugin_thread_create (&collector_thread_id, /* attrs = */ NULL, collector_thread, - /* args = */ NULL); + /* args = */ NULL, "pinba collector"); if (status != 0) { char errbuf[1024];