Changeset 46788 in vbox for trunk/src/VBox/VMM/include/VMInternal.h
- Timestamp:
- Jun 25, 2013 5:39:02 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r44528 r46788 228 228 * and when debugging. */ 229 229 VMSTATE enmPrevVMState; 230 231 /** Reason for the most recent suspend operation. */ 232 VMSUSPENDREASON enmSuspendReason; 233 /** Reason for the most recent operation. */ 234 VMRESUMEREASON enmResumeReason; 230 235 231 236 /** Critical section for pAtError and pAtRuntimeError. */
Note:
See TracChangeset
for help on using the changeset viewer.