diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-29 11:44:52 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-29 11:44:52 +0200 |
commit | e622406342c6ac1fefec5a3d2800b9c49951ab0d (patch) | |
tree | 74c8098cddc17635060fb5015ae1137afc513786 /CONTRIBUTORS | |
parent | 961e7a9115e52f1bd85c928a96821222c1022014 (diff) | |
download | vdr-e622406342c6ac1fefec5a3d2800b9c49951ab0d.tar.gz vdr-e622406342c6ac1fefec5a3d2800b9c49951ab0d.tar.bz2 |
Added cThread::SetPriority() and using it in cSectionHandler::Action() to reduce the priority of the section handler threads1.3.25
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1c0c2020..eff35c7b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1366,3 +1366,4 @@ Georg Acher <acher@baycom.de> for a patch that was used to implement hash tables to speed up cSchedule::GetEvent() for avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& 0xff' in CRC32::crc32() of libsi/util.c + for suggesting to reduce the priority of the section handler threads |