X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgmond.c;h=28be0920ccf51cd43731f9fd2e4549e780fe4ea5;hb=e5e9f96a809912b3e9b5ec85e7d093a5f1137375;hp=3c746c48887c3e678d42e2417b3d11bd38a7b1ec;hpb=7a6887ad7eef33e04bcb0720c213d05fd9be8a59;p=collectd.git diff --git a/src/gmond.c b/src/gmond.c index 3c746c48..28be0920 100644 --- a/src/gmond.c +++ b/src/gmond.c @@ -879,7 +879,7 @@ static int mc_receive_thread_start (void) /* {{{ */ mc_receive_thread_loop = 1; - status = pthread_create (&mc_receive_thread_id, /* attr = */ NULL, + status = plugin_thread_create (&mc_receive_thread_id, /* attr = */ NULL, mc_receive_thread, /* args = */ NULL); if (status != 0) {