VirtualBox

Changeset 23205 in vbox


Ignore:
Timestamp:
Sep 22, 2009 9:36:23 AM (15 years ago)
Author:
vboxsync
Message:

Trying to fix alignment issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r22277 r23205  
    9090     * as late as possible. */
    9191    bool                    fActivateEarlyDeactivateLate;
     92    bool                    bAlignment[6];
     93
     94#ifdef LOG_ENABLED
     95    /** The nano ts of the last transfer. */
     96    uint64_t                u64LastTransferTS;
     97    /** The nano ts of the last receive. */
     98    uint64_t                u64LastReceiveTS;
     99#endif
    92100
    93101#ifdef VBOX_WITH_STATISTICS
     
    98106#endif /* VBOX_WITH_STATISTICS */
    99107
    100 #ifdef LOG_ENABLED
    101     /** The nano ts of the last transfer. */
    102     uint64_t                u64LastTransferTS;
    103     /** The nano ts of the last receive. */
    104     uint64_t                u64LastReceiveTS;
    105 #endif
    106108    /** The network name. */
    107109    char                    szNetwork[INTNET_MAX_NETWORK_NAME];
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