X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgps.c;h=81056e3c973a80f07188e9549e7132554e847862;hb=8acc85b19e44c9bc106484b95cd352d867abdf1c;hp=b5294228800e86efa784b1b34fdc255c631d0d62;hpb=19a7c076959e16df16be966d4c3aa563431ef038;p=collectd.git diff --git a/src/gps.c b/src/gps.c index b5294228..81056e3c 100644 --- a/src/gps.c +++ b/src/gps.c @@ -300,7 +300,7 @@ static int cgps_init (void) CDTIME_T_TO_DOUBLE (cgps_config_data.timeout), CDTIME_T_TO_DOUBLE (cgps_config_data.pause_connect)); - status = plugin_thread_create (&cgps_thread_id, NULL, cgps_thread, NULL); + status = plugin_thread_create (&cgps_thread_id, NULL, cgps_thread, NULL, "gps"); if (status != 0) { ERROR ("gps plugin: pthread_create() failed.");