diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index effb60b4a..93442ff89 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -200,9 +200,10 @@ unsigned nciu::nameLen () const return this->nameLength; } -void nciu::createChannelRequest ( tcpiiu & iiu ) +void nciu::createChannelRequest ( + tcpiiu & iiu, epicsGuard < cacMutex > & guard ) { - iiu.createChannelRequest ( *this ); + iiu.createChannelRequest ( *this, guard ); this->f_claimSent = true; }