Changeset 96925 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 28, 2022 8:39:43 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r96407 r96925 99 99 /** Set while we're inside vmmR0LoggerFlushCommon to prevent recursion. */ 100 100 bool fFlushing; 101 bool afPadding[1]; 101 /** Flush to parent VMM's debug log instead of ring-3. */ 102 bool fFlushToParentVmmDbg : 1; 103 /** Flush to parent VMM's debug log instead of ring-3. */ 104 bool fFlushToParentVmmRel : 1; 102 105 /** Number of buffers currently queued for flushing. */ 103 106 uint32_t volatile cFlushing;
Note:
See TracChangeset
for help on using the changeset viewer.