X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgmond.c;h=fc9a23266419f68317c2b6b98aa2d28b8f95f2c2;hb=ca89ee257db233a0512c73b6d8353b1aa86e3e8a;hp=984d5f5288891b6d1bba8fdf8310ca87b4f9bda1;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/gmond.c b/src/gmond.c index 984d5f52..fc9a2326 100644 --- a/src/gmond.c +++ b/src/gmond.c @@ -812,8 +812,9 @@ 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); + status = + plugin_thread_create(&mc_receive_thread_id, /* attr = */ NULL, + mc_receive_thread, /* args = */ NULL, "gmond recv"); if (status != 0) { ERROR("gmond plugin: Starting receive thread failed."); mc_receive_thread_loop = 0;