- Timestamp:
- Feb 5, 2016 1:21:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r59297 r59593 2304 2304 } 2305 2305 2306 static DECLCALLBACK(int) tstVDIoFileSetAllocationSize(void *pvUser, void *pStorage, uint64_t cbSize, uint32_t fFlags) 2307 { 2308 return VERR_NOT_SUPPORTED; 2309 } 2310 2306 2311 static DECLCALLBACK(int) tstVDIoFileWriteSync(void *pvUser, void *pStorage, uint64_t uOffset, 2307 2312 const void *pvBuffer, size_t cbBuffer, size_t *pcbWritten) … … 2772 2777 GlobTest.VDIfIo.pfnGetSize = tstVDIoFileGetSize; 2773 2778 GlobTest.VDIfIo.pfnSetSize = tstVDIoFileSetSize; 2779 GlobTest.VDIfIo.pfnSetAllocationSize = tstVDIoFileSetAllocationSize; 2774 2780 GlobTest.VDIfIo.pfnWriteSync = tstVDIoFileWriteSync; 2775 2781 GlobTest.VDIfIo.pfnReadSync = tstVDIoFileReadSync;
Note:
See TracChangeset
for help on using the changeset viewer.