Changeset 20871 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- Jun 24, 2009 1:56:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49017
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r20854 r20871 254 254 * This may differ from cbRCLogger. */ 255 255 uint32_t cbRCRelLogger; 256 /** Whether log flushing has been disabled or not. */ 257 bool fRCLoggerFlushingDisabled; 258 bool afAlignment[7]; /**< Alignment padding. */ 256 259 /** @} */ 257 260 … … 397 400 #endif 398 401 399 /** @name CallHost 402 /** @name Call Ring-3 403 * Formerly known as host calls. 400 404 * @{ */ 405 /** The disable counter. */ 406 uint32_t cCallRing3Disabled; 401 407 /** The pending operation. */ 402 408 VMMCALLHOST enmCallHostOperation; 403 409 /** The result of the last operation. */ 404 410 int32_t rcCallHost; 405 #if HC_ARCH_BITS == 32411 #if HC_ARCH_BITS == 64 406 412 uint32_t padding; 407 413 #endif
Note:
See TracChangeset
for help on using the changeset viewer.