This commit is contained in:
Jeff Hill
2001-02-09 17:36:46 +00:00
parent 8d9a97ef1d
commit cebb5854cf
2 changed files with 23 additions and 31 deletions

View File

@@ -20,9 +20,9 @@
#include "cac_IL.h"
recvProcessThread::recvProcessThread (cac *pcacIn) :
thread(*this, "CAC-recv-process",
epicsThreadGetStackSize(epicsThreadStackSmall),
pcacIn->getInitializingThreadsPriority() ),
thread ( *this, "CAC-recv-process",
epicsThreadGetStackSize ( epicsThreadStackSmall ),
pcacIn->getInitializingThreadsPriority () ),
pcac ( pcacIn ),
enableRefCount ( 0u ),
blockingForCompletion ( 0u ),