fixed possible race condition where put notify block might be nilled out

while it is running
This commit is contained in:
Jeff Hill
2001-09-21 17:09:55 +00:00
parent c5084f15cc
commit 2e329813aa
4 changed files with 2 additions and 23 deletions

View File

@@ -255,12 +255,6 @@ void dbServiceIO::initiatePutNotify ( dbChannelIO &chan, struct dbAddr &addr,
}
}
void dbServiceIO::putNotifyCompletion ( dbPutNotifyBlocker &blocker )
{
epicsAutoMutex locker ( this->mutex );
blocker.completion ();
}
void dbServiceIO::destroyAllIO ( dbChannelIO & chan )
{
dbSubscriptionIO *pIO;