diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-24 12:54:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-24 12:54:47 +0200 |
commit | 2d68b323c74f3ba2d03d843132ebcec1d712b982 (patch) | |
tree | e96d6e46b37c085fdab1245f7cb49bf14ba837e2 /CONTRIBUTORS | |
parent | 0b8cee6f2ae4a3709cf7b5d95c716060d758a1ea (diff) | |
download | vdr-2d68b323c74f3ba2d03d843132ebcec1d712b982.tar.gz vdr-2d68b323c74f3ba2d03d843132ebcec1d712b982.tar.bz2 |
The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6d853362..dbae9b03 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1468,6 +1468,8 @@ Udo Richter <udo_richter@gmx.de> for reporting a problem with cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread for reporting that an assignment in svdrp.c didn't use the cTimer::operator=()) + for suggesting that the function cThread::Cancel() should only set 'running' to + false and not actually kill the thread if the special value -1 is given Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date |