X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsigrok.c;h=6a8003c076e49cec33ac2e3e95cae0c4486de196;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=78837cf825a18b57990726e3a84e5f44a1ce663e;hpb=745ba17db2b2c1868667734d1317e1ee1d0b68ae;p=collectd.git diff --git a/src/sigrok.c b/src/sigrok.c index 78837cf8..6a8003c0 100644 --- a/src/sigrok.c +++ b/src/sigrok.c @@ -352,7 +352,7 @@ static int sigrok_init(void) } status = plugin_thread_create(&sr_thread, NULL, sigrok_read_thread, - NULL); + NULL, "sigrok read"); if (status != 0) { char errbuf[1024];