Changeset 24105 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2009 12:18:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r24104 r24105 891 891 if (pThis->pQueueRequests) 892 892 { 893 if (!drvscsiAsyncIOLoopNoPendingDummy(pThis, 100 /*ms*/)) 894 LogRel(("drvscsiDestruct#%u: previous dummy request is still pending\n", pDrvIns->iInstance)); 895 893 896 rc = RTReqDestroyQueue(pThis->pQueueRequests); 894 897 AssertMsgRC(rc, ("Failed to destroy queue rc=%Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.