]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: rename data thread to epgdata
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Dec 2017 08:46:41 +0000 (09:46 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Dec 2017 08:46:41 +0000 (09:46 +0100)
src/epggrab.c

index d6b0cbb03c0ff5db02dcf2c7acf0bdd6b55e6791..e04ba6c87ca7d656b60b10c76cea8ba9ed20d3c6 100644 (file)
@@ -528,7 +528,7 @@ void epggrab_init ( void )
   /* Start internal and data queue grab thread */
   atomic_set(&epggrab_running, 1);
   tvhthread_create(&epggrab_tid, NULL, _epggrab_internal_thread, NULL, "epggrabi");
-  tvhthread_create(&epggrab_data_tid, NULL, _epggrab_data_thread, NULL, "epggrabd");
+  tvhthread_create(&epggrab_data_tid, NULL, _epggrab_data_thread, NULL, "epgdata");
 }
 
 /*