Changeset 73351 in vbox for trunk/src/VBox/VMM/include/VMInternal.h
- Timestamp:
- Jul 25, 2018 1:02:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r69474 r73351 166 166 /** The VM should power off instead of reset. */ 167 167 bool fPowerOffInsteadOfReset; 168 /** Reset counter (soft + hard). */ 169 uint32_t cResets; 170 /** Hard reset counter. */ 171 uint32_t cHardResets; 172 /** Soft reset counter. */ 173 uint32_t cSoftResets; 168 174 } VMINT; 169 175 /** Pointer to the VM Internal Data (part of the VM structure). */
Note:
See TracChangeset
for help on using the changeset viewer.