Changeset 64030 in vbox for trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
- Timestamp:
- Sep 26, 2016 9:22:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r64028 r64030 152 152 void *pvIoReqAlloc; 153 153 int rc = pThis->pDrvMediaEx->pfnIoReqAlloc(pThis->pDrvMediaEx, &hIoReq, &pvIoReqAlloc, u64Tag, 154 PDMIMEDIAEX_F_ SYNC);154 PDMIMEDIAEX_F_DEFAULT); 155 155 if (RT_SUCCESS(rc)) 156 156 {
Note:
See TracChangeset
for help on using the changeset viewer.