improved management of per channel IO list

This commit is contained in:
Jeff Hill
2000-09-15 17:32:24 +00:00
parent 83c72bce7a
commit db52f124b9
7 changed files with 64 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ void netReadCopyIO::completionNotify ( unsigned typeIn,
memcpy ( this->pValue, pDataIn,
dbr_size_n ( typeIn, countIn ) );
# endif
this->chan.decrementOutstandingIO (this->seqNumber);
this->chan.decrementOutstandingIO ( this->seqNumber );
}
else {
this->exceptionNotify ( ECA_INTERNAL, "bad data type in message" );