summaryrefslogtreecommitdiff
path: root/sections.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
commit1ddda558b03078b23051bef8f3969c0d45d5ce7f (patch)
treee7b4fb17ed30fdb679837fffdf0d40dfa4f7eda9 /sections.c
parentdb47cdaa1a0c7f57fc826d7906a01e5e98dd719a (diff)
downloadvdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.gz
vdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.bz2
Modified the descriptions of several threads
Diffstat (limited to 'sections.c')
-rw-r--r--sections.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sections.c b/sections.c
index 991499bc..32d80de9 100644
--- a/sections.c
+++ b/sections.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sections.c 2.2 2012/10/04 12:21:59 kls Exp $
+ * $Id: sections.c 3.1 2015/01/14 11:35:53 kls Exp $
*/
#include "sections.h"
@@ -40,10 +40,11 @@ public:
// --- cSectionHandler -------------------------------------------------------
cSectionHandler::cSectionHandler(cDevice *Device)
-:cThread("section handler", true)
+:cThread(NULL, true)
{
shp = new cSectionHandlerPrivate;
device = Device;
+ SetDescription("device %d section handler", device->CardIndex() + 1);
statusCount = 0;
on = false;
waitForLock = false;