summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-04 15:01:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-04 15:01:22 +0100
commit951b3509eabfbf6ff37aa48e44f6042dc9d8af59 (patch)
tree8e8064e68a4a9cc655440ef3cca0639f5db79022 /thread.h
parent5821c26c5ea45a2d7aecbab4f7b71139961c8baf (diff)
downloadvdr-951b3509eabfbf6ff37aa48e44f6042dc9d8af59.tar.gz
vdr-951b3509eabfbf6ff37aa48e44f6042dc9d8af59.tar.bz2
Using the thread id in the "thread ... won't end" error message
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index e9ccdb31..79b11401 100644
--- a/thread.h
+++ b/thread.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.h 1.34 2006/01/03 10:10:32 kls Exp $
+ * $Id: thread.h 1.35 2006/01/04 14:58:16 kls Exp $
*/
#ifndef __THREAD_H
@@ -80,6 +80,7 @@ private:
bool active;
bool running;
pthread_t childTid;
+ tThreadId childThreadId;
cMutex mutex;
char *description;
static tThreadId mainThreadId;