Index: /trunk/include/VBox/VMMDev.h
===================================================================
--- /trunk/include/VBox/VMMDev.h	(revision 30963)
+++ /trunk/include/VBox/VMMDev.h	(revision 30964)
@@ -685,11 +685,9 @@
 typedef struct VBoxGuestStatus
 {
-    /** Facility the status is indicated for.
-     * @todo Change to VBoxGuestStatusFacility. */
-    uint32_t facility;
-    /** Current guest status.
-     * @todo Change to VBoxGuestStatusCurrent  */
-    uint32_t status;
-    /** Flags, not used. */
+    /** Facility the status is indicated for. */
+    VBoxGuestStatusFacility facility;
+    /** Current guest status. */
+    VBoxGuestStatusCurrent status;
+    /** Flags, not used at the moment. */
     uint32_t flags;
 } VBoxGuestStatus;
