increase stack size

This commit is contained in:
Marty Kraimer
2001-07-30 15:27:44 +00:00
parent 464cb4b26b
commit b85bdd318b
@@ -21,7 +21,7 @@
epicsMutex ipAddrToAsciiEngine::mutex;
ipAddrToAsciiEngine::ipAddrToAsciiEngine ( const char *pName ) :
thread ( * new epicsThread ( *this, pName, 0x1000, epicsThreadPriorityLow ) ),
thread ( * new epicsThread ( *this, pName, 0x2000, epicsThreadPriorityLow ) ),
nextId ( 0u ), exitFlag ( false )
{
this->thread.start (); // start the thread