Changeset 11444 in vbox for trunk/src/VBox/Devices/Storage/VDICore.h
- Timestamp:
- Aug 15, 2008 2:33:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VDICore.h
r11435 r11444 579 579 /** Physical geometry of this image (never actually stored). */ 580 580 PDMMEDIAGEOMETRY PCHSGeometry; 581 /** Pointer to list of VD interfaces. */582 PVDINTERFACE pVDIfs ;581 /** Pointer to the per-disk VD interface list. */ 582 PVDINTERFACE pVDIfsDisk; 583 583 /** Error interface. */ 584 584 PVDINTERFACE pInterfaceError;
Note:
See TracChangeset
for help on using the changeset viewer.