LockSet:tryAcquireOrBackoff: should take Qutex**, not Qutex*
No idea how this error survived in here for so long.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ void LockSet<OriginalCbFnT>::registerInQutexQueues(
|
||||
|
||||
template <class OriginalCbFnT>
|
||||
bool LockSet<OriginalCbFnT>::tryAcquireOrBackOff(
|
||||
LockerAndInvokerBase &lockvoker, Qutex *firstFailedQutex
|
||||
LockerAndInvokerBase &lockvoker, Qutex **firstFailedQutex
|
||||
)
|
||||
{
|
||||
if (!registeredInQutexQueues)
|
||||
|
||||
Reference in New Issue
Block a user