Changeset 24242 in vbox
- Timestamp:
- Nov 2, 2009 10:17:38 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r24241 r24242 730 730 { 731 731 if (!pThis->pPendingDummyReq) 732 return false;732 return true; 733 733 int rc = RTReqWait(pThis->pPendingDummyReq, cMillies); 734 734 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.