Changeset 32139 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 31, 2010 12:33:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r29341 r32139 159 159 return VERR_PDM_MEDIA_NOT_MOUNTED; 160 160 } 161 162 /* Set an FTM checkpoint as this operation changes the state permanently. */ 163 PDMDrvHlpFTSetCheckpoint(pThis->pDrvIns, FTMCHECKPOINTTYPE_STORAGE); 161 164 162 165 int rc = pThis->pDrvMedia->pfnWrite(pThis->pDrvMedia, off, pvBuf, cbWrite);
Note:
See TracChangeset
for help on using the changeset viewer.