Changeset 52640 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Sep 8, 2014 11:15:32 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95933
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r52496 r52640 2034 2034 PVDTESTGLOB pGlob = (PVDTESTGLOB)pvUser; 2035 2035 const char *pcszDisk = paScriptArgs[0].psz; 2036 uint64_t cbDiskNew = 0;2036 uint64_t cbDiskNew = paScriptArgs[1].u64; 2037 2037 PVDDISK pDisk = NULL; 2038 2038
Note:
See TracChangeset
for help on using the changeset viewer.