X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgmond.c;h=fc9a23266419f68317c2b6b98aa2d28b8f95f2c2;hb=7e913809ed870c5b0394a214be45c3d3144f38c4;hp=984d5f5288891b6d1bba8fdf8310ca87b4f9bda1;hpb=79963d13c1884d1d92667cc502ad20758b084a12;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;