Changeset 14680
- Timestamp:
- 11/27/08 03:08:02 (1 month ago)
- Files:
-
- trunk/src/VBox/VMM/VMMInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMInternal.h
r14176 r14680 101 101 /** Flag indicating whether we've create the logger Ring-0 instance yet. */ 102 102 bool fCreated; 103 /** Flag indicating whether we've disabled flushing (world switch) or not. */ 104 bool fFlushingDisabled; 103 105 #if HC_ARCH_BITS == 32 104 106 uint32_t u32Alignment;

