X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=6b43ae75b47982609ffbeb702488c1d554e1e049;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=484e610053bc3d4248c127de9e82a32dcd693f52;hpb=ec43e8a33bdcb116e75310c7bd9daae3bc912834;p=collectd.git diff --git a/src/network.c b/src/network.c index 484e6100..6b43ae75 100644 --- a/src/network.c +++ b/src/network.c @@ -3477,7 +3477,7 @@ static int network_init (void) status = plugin_thread_create (&dispatch_thread_id, NULL /* no attributes */, dispatch_thread, - NULL /* no argument */); + NULL /* no argument */, "network dispatch"); if (status != 0) { char errbuf[1024]; @@ -3497,7 +3497,7 @@ static int network_init (void) status = plugin_thread_create (&receive_thread_id, NULL /* no attributes */, receive_thread, - NULL /* no argument */); + NULL /* no argument */, "network recv"); if (status != 0) { char errbuf[1024];