fixed possible race condition where put notify block might be nilled out
while it is running
This commit is contained in:
@@ -83,11 +83,6 @@ cacChannel::ioStatus dbChannelIO::write ( unsigned type, unsigned long count,
|
||||
return iosAsynch;
|
||||
}
|
||||
|
||||
void dbChannelIO::putNotifyCompletion ( dbPutNotifyBlocker &blocker )
|
||||
{
|
||||
this->serviceIO.putNotifyCompletion ( blocker );
|
||||
}
|
||||
|
||||
void dbChannelIO::subscribe ( unsigned type, unsigned long count,
|
||||
unsigned mask, cacStateNotify ¬ify, ioid *pId )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user