VirtualBox

Changeset 30964 in vbox


Ignore:
Timestamp:
Jul 21, 2010 1:49:56 PM (14 years ago)
Author:
vboxsync
Message:

Use enums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r30959 r30964  
    685685typedef struct VBoxGuestStatus
    686686{
    687     /** Facility the status is indicated for.
    688      * @todo Change to VBoxGuestStatusFacility. */
    689     uint32_t facility;
    690     /** Current guest status.
    691      * @todo Change to VBoxGuestStatusCurrent  */
    692     uint32_t status;
    693     /** Flags, not used. */
     687    /** Facility the status is indicated for. */
     688    VBoxGuestStatusFacility facility;
     689    /** Current guest status. */
     690    VBoxGuestStatusCurrent status;
     691    /** Flags, not used at the moment. */
    694692    uint32_t flags;
    695693} VBoxGuestStatus;
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