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