X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fnetwork.c;h=d7eb32c3444f0b24867b6b49bdda131918daee5f;hb=db8b1cda4841f45af22d149c6bfc575e79289f75;hp=484e610053bc3d4248c127de9e82a32dcd693f52;hpb=1961988253c1f5b29a52343a34d291929e84fcf1;p=collectd.git diff --git a/src/network.c b/src/network.c index 484e6100..d7eb32c3 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 disp"); 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];