X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsigrok.c;h=6a8003c076e49cec33ac2e3e95cae0c4486de196;hb=0a8741b9061f8df4a78a448c021612db06e17425;hp=78837cf825a18b57990726e3a84e5f44a1ce663e;hpb=1961988253c1f5b29a52343a34d291929e84fcf1;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];