Added cThread::SetPriority() and using it in cSectionHandler::Action() to reduce the priority of the section handler threads

This commit is contained in:
Klaus Schmidinger
2005-05-29 11:44:52 +02:00
parent 961e7a9115
commit e622406342
5 changed files with 14 additions and 3 deletions

View File

@@ -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