From 951b3509eabfbf6ff37aa48e44f6042dc9d8af59 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 4 Jan 2006 15:01:22 +0100 Subject: Using the thread id in the "thread ... won't end" error message --- thread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thread.h') 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; -- cgit v1.2.3