Changeset 22982 in vbox for trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
- Timestamp:
- Sep 13, 2009 10:17:34 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52261
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
r22978 r22982 914 914 915 915 /** @copydoc VBOXHDDBACKEND::pfnCheckIfValid */ 916 static int vdiCheckIfValid(const char *pszFilename )916 static int vdiCheckIfValid(const char *pszFilename, PVDINTERFACE pVDIfsDisk) 917 917 { 918 918 LogFlowFunc(("pszFilename=\"%s\"\n", pszFilename)); … … 940 940 #endif 941 941 pImage->paBlocks = NULL; 942 pImage->pVDIfsDisk = NULL;942 pImage->pVDIfsDisk = pVDIfsDisk; 943 943 944 944 rc = vdiOpenImage(pImage, VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_READONLY);
Note:
See TracChangeset
for help on using the changeset viewer.