Changeset 6173 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Dec 21, 2007 6:57:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r5999 r6173 118 118 119 119 extern VBOXHDDBACKEND g_VmdkBackend; 120 120 extern VBOXHDDBACKEND g_VhdBackend; 121 121 122 122 static const VBOXHDDBACKENDENTRY aBackends[] = 123 123 { 124 124 { "VMDK", &g_VmdkBackend }, 125 { "VHD", &g_VhdBackend}, 125 126 { NULL, NULL } 126 127 };
Note:
See TracChangeset
for help on using the changeset viewer.