X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmqtt.c;h=32304f0cec888633796588274893ba069f77fd2f;hb=1d888f3f3a131f8eb2d9e0884665b6951ecee550;hp=c08fd29ed2842cde90572f6dac5cbed817e3ba83;hpb=c442c66d9e98852f1b8eaa1b816d6ee7f84d0342;p=collectd.git diff --git a/src/mqtt.c b/src/mqtt.c index c08fd29e..32304f0c 100644 --- a/src/mqtt.c +++ b/src/mqtt.c @@ -776,7 +776,8 @@ static int mqtt_init (void) status = plugin_thread_create (&subscribers[i]->thread, /* attrs = */ NULL, /* func = */ subscribers_thread, - /* args = */ subscribers[i]); + /* args = */ subscribers[i], + /* name = */ "mqtt"); if (status != 0) { char errbuf[1024];