VirtualBox

Changeset 18532 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 30, 2009 12:01:20 PM (16 years ago)
Author:
vboxsync
Message:

PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for saving the name. Added PDMR3CritSectCountOwned(). Promoted three of the stats to release stats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmcritsect.h

    r13005 r18532  
    4848{
    4949    /** Padding. */
    50     uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0x88];
     50    uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0xa8];
    5151#ifdef PDMCRITSECTINT_DECLARED
    5252    /** The internal structure (not normally visible). */
     
    7070VMMDECL(int)    PDMR3CritSectTerm(PVM pVM);
    7171VMMR3DECL(void) PDMR3CritSectFF(PVM pVM);
     72VMMR3DECL(uint32_t) PDMR3CritSectCountOwned(PVM pVM, char *pszNames, size_t cbNames);
    7273
    7374/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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