changes in thread priorities

This commit is contained in:
Marty Kraimer
2000-06-14 14:35:09 +00:00
parent 3d57ac34ef
commit d6bf15feae
3 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ static void errlogInitPvt(void *arg)
/*Allow an extra MAX_MESSAGE_SIZE for extra margain of safety*/
pbuffer = pvtCalloc(pvtData.buffersize+MAX_MESSAGE_SIZE,sizeof(char));
pvtData.pbuffer = pbuffer;
tid = threadCreate("errlog",threadPriorityLow,
tid = threadCreate("errlog",threadPriorityChannelAccessServer-2,
threadGetStackSize(threadStackSmall),
(THREADFUNC)errlogTask,0);
if(tid) pvtData.errlogInitFailed = FALSE;