VirtualBox

Changeset 9565 in vbox for trunk/include


Ignore:
Timestamp:
Jun 10, 2008 11:39:40 AM (17 years ago)
Author:
vboxsync
Message:

Fix incorrect check verifying disk type. Also make the API for getting the disk type return an error if the cached value is invalid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r8155 r9565  
    6868typedef enum VDIMAGETYPE
    6969{
     70    /** Invalid image type. Should never be returned/passed through the API. */
     71    VD_IMAGE_TYPE_INVALID   = 0,
    7072    /** Normal dynamically growing base image file. */
    71     VD_IMAGE_TYPE_NORMAL    = 1,
     73    VD_IMAGE_TYPE_NORMAL,
    7274    /** Preallocated base image file of a fixed size. */
    7375    VD_IMAGE_TYPE_FIXED,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette