Changeset 34932 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2010 12:29:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp
r34433 r34932 672 672 PDRVDISKAIOREQ pIoReq = drvdiskintIoReqAlloc(DRVDISKAIOTXDIR_FLUSH, 0, NULL, 0, 0, pvUser); 673 673 AssertPtr(pIoReq); 674 675 if (pThis->fTraceRequests) 676 drvdiskintIoReqAdd(pThis, pIoReq); 674 677 675 678 return pThis->pDrvMediaAsync->pfnStartFlush(pThis->pDrvMediaAsync, pIoReq);
Note:
See TracChangeset
for help on using the changeset viewer.