From da1a725a5895e98f1a51ff61d1d2bac7f94f249d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 30 Apr 1999 15:32:41 +0000 Subject: [PATCH] arg was changed to a reference --- src/cas/generic/casAsyncRdIOI.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casAsyncRdIOI.cc b/src/cas/generic/casAsyncRdIOI.cc index 2541b1358..7e583d9a2 100644 --- a/src/cas/generic/casAsyncRdIOI.cc +++ b/src/cas/generic/casAsyncRdIOI.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.7 1998/07/08 15:38:03 jhill + * fixed lost monitors during flow control problem + * * Revision 1.6 1998/06/18 00:08:30 jhill * deleted unused variables * @@ -127,7 +130,7 @@ caStatus casAsyncRdIOI::cbFuncAsyncIO() switch (this->msg.m_cmmd) { case CA_PROTO_READ: status = client.readResponse(&this->chan, this->msg, - this->pDD, this->completionStatus); + *this->pDD, this->completionStatus); break; case CA_PROTO_READ_NOTIFY: