Changeset 30964 in vbox
- Timestamp:
- Jul 21, 2010 1:49:56 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/VMMDev.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r30959 r30964 685 685 typedef struct VBoxGuestStatus 686 686 { 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. */ 694 692 uint32_t flags; 695 693 } VBoxGuestStatus;
Note:
See TracChangeset
for help on using the changeset viewer.

