Changeset 24899 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Nov 24, 2009 1:31:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r24874 r24899 563 563 /** true when power down is initiated by vmstateChangeCallback (EMT) */ 564 564 bool mVMPoweredOff : 1; 565 /** true when vmstateChangeCallback shouldn't initiate a power down. */ 566 bool mVMIsAlreadyPoweringOff : 1; 565 567 566 568 /** The current network attachment type in the VM.
Note:
See TracChangeset
for help on using the changeset viewer.