use epicsThreadGetStackSize is set stacksize

This commit is contained in:
Marty Kraimer
2004-10-18 14:29:55 +00:00
parent 399017339e
commit 15e78067ca

View File

@@ -140,7 +140,9 @@ ipAddrToAsciiEngine & ipAddrToAsciiEngine::allocate ()
}
ipAddrToAsciiEnginePrivate::ipAddrToAsciiEnginePrivate () :
thread ( *this, "ipToAsciiProxy", 0x2000, epicsThreadPriorityLow ),
thread ( *this, "ipToAsciiProxy",
epicsThreadGetStackSize(epicsThreadStackSmall),
epicsThreadPriorityLow ),
pCurrent ( 0 ), cancelPendingCount ( 0u ), exitFlag ( false ),
callbackInProgress ( false )
{