use generic stack size

This commit is contained in:
Jeff Hill
2000-05-25 15:12:30 +00:00
parent 2c47e57940
commit 5d18f555fa

View File

@@ -18,7 +18,7 @@
#include <iocinf.h>
processThread::processThread (cac *pcacIn) :
osiThread ("CAC process", 0x1000, threadPriorityMedium),
osiThread ("CAC process", threadGetStackSize(threadStackSmall), threadPriorityMedium),
pcac (pcacIn),
shutDown (false)
{