DevMgr:attachAllUnattachedDevicesFromKnownListReq: acquire qutex

We should acquire the qutex here before iterating through the list
of DA specs.
This commit is contained in:
2025-09-30 21:24:51 -04:00
parent 07609c6d6c
commit 06f3f2eebe
2 changed files with 82 additions and 26 deletions
@@ -111,6 +111,7 @@ private:
class AttachSenseDeviceReq;
typedef AttachSenseDeviceReq DetachSenseDeviceReq;
class AttachAllUnattachedDevicesFromReq;
class AttachAllUnattachedDevicesFromKnownListReq;
class DetachAllAttachedDeviceRoles;
};