VirtualBox

Changeset 19732 in vbox for trunk/src/VBox/VMM/VMMInternal.h


Ignore:
Timestamp:
May 15, 2009 12:29:52 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47350
Message:

Ring 0 logger changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMInternal.h

    r19702 r19732  
    103103    /** Flag indicating whether we've disabled flushing (world switch) or not. */
    104104    bool                        fFlushingDisabled;
     105    /** Flag indicating whether we've registered the instance already. */
     106    bool                        fRegistered;
     107    bool                        a8Alignment;
    105108#if HC_ARCH_BITS == 32
    106109    uint32_t                    u32Alignment;
     
    341344    RCPTRTYPE(uint8_t *)        pbEMTStackBottomRC;
    342345
     346#ifdef LOG_ENABLED
    343347    /** Pointer to the R0 logger instance - R3 Ptr.
    344348     * This is NULL if logging is disabled. */
     
    347351     * This is NULL if logging is disabled. */
    348352    R0PTRTYPE(PVMMR0LOGGER)     pR0LoggerR0;
     353#endif
    349354
    350355    /** @name CallHost
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette