VirtualBox

Changeset 29215 in vbox


Ignore:
Timestamp:
May 7, 2010 2:18:57 PM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Alignment again

File:
1 edited

Legend:

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

    r29155 r29215  
    452452    /** Bitmask for checking the alignment of a buffer. */
    453453    RTR3UINTPTR                         uBitmaskAlignment;
     454#ifdef VBOX_WITH_STATISTICS
     455    uint32_t                            u32Alignment;
     456#endif
    454457    /** Global cache data. */
    455458    PDMACFILECACHEGLOBAL                Cache;
     
    461464/** Pointer to the endpoint class data. */
    462465typedef PDMASYNCCOMPLETIONEPCLASSFILE *PPDMASYNCCOMPLETIONEPCLASSFILE;
     466#ifdef VBOX_WITH_STATISTICS
     467AssertCompileMemberAlignment(PDMASYNCCOMPLETIONEPCLASSFILE, Cache, sizeof(uint64_t));
     468#endif
    463469
    464470typedef enum PDMACEPFILEBLOCKINGEVENT
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