fixed wrong argument

This commit is contained in:
Jeff Hill
2002-11-06 19:17:39 +00:00
parent f637fd1c72
commit 721c6f3fde

View File

@@ -197,8 +197,7 @@ void dbServiceIO::subscribe (
dbSubscriptionIO & subscr =
* new ( this->dbSubscriptionIOFreeList )
dbSubscriptionIO ( *this, chan,
addr, notify, type, count, mask, pId );
addr, notify, type, count, mask, this->ctx );
{
epicsGuard < epicsMutex > locker ( this->mutex );
chan.dbServicePrivateListOfIO::eventq.add ( subscr );