X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgmond.c;h=0743d8e1f42e95a983ec6aafd44bfb80fbc152f9;hb=6d8031d73b7c1d874d7afa4cad2f248c4073764d;hp=13ec638950151403bcdee841fb45523c565a34ec;hpb=9c962b99a3acd77f1d6e2499052b47356819511a;p=collectd.git diff --git a/src/gmond.c b/src/gmond.c index 13ec6389..0743d8e1 100644 --- a/src/gmond.c +++ b/src/gmond.c @@ -892,7 +892,7 @@ static int mc_receive_thread_start (void) /* {{{ */ mc_receive_thread_loop = 1; status = plugin_thread_create (&mc_receive_thread_id, /* attr = */ NULL, - mc_receive_thread, /* args = */ NULL); + mc_receive_thread, /* args = */ NULL, "gmond recv"); if (status != 0) { ERROR ("gmond plugin: Starting receive thread failed.");