Changeset 30324 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 21, 2010 11:50:02 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r30289 r30324 630 630 /** true when vmstateChangeCallback shouldn't initiate a power down. */ 631 631 bool mVMIsAlreadyPoweringOff : 1; 632 /** true if we already showed the snapshot folder warning. */ 633 bool mfSnapshotFolderWarningShown : 1; 632 /** true if we already showed the snapshot folder size warning. */ 633 bool mfSnapshotFolderSizeWarningShown : 1; 634 /** true if we already showed the snapshot folder ext4/xfs bug warning. */ 635 bool mfSnapshotFolderExt4WarningShown : 1; 634 636 635 637 /** The current network attachment type in the VM.
Note:
See TracChangeset
for help on using the changeset viewer.