VirtualBox

Changeset 33846 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 8, 2010 2:16:54 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67492
Message:

AsyncCompletion: 32bit Darwin alignment fixes

File:
1 edited

Legend:

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

    r33540 r33846  
    515515    /** Number of elements in the cache. */
    516516    volatile uint32_t                      cTasksCached;
     517    /** Alignment */
     518    uint32_t                               u32Alignment;
    517519    /** Cache of endpoint data. */
    518520    PDMACFILEENDPOINTCACHE                 DataCache;
     
    522524
    523525#ifdef VBOX_WITH_STATISTICS
    524     uint32_t                               u32Alignment;
    525 #endif
    526 
    527 #ifdef VBOX_WITH_STATISTICS
     526    /** Alignment */
     527    uint32_t                               u32Alignment1;
    528528    /** Time spend in a read. */
    529529    STAMPROFILEADV                         StatRead;
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