VirtualBox

Changeset 23206 in vbox


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

Again

File:
1 edited

Legend:

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

    r23205 r23206  
    6565typedef struct DRVINTNET
    6666{
     67#ifdef VBOX_WITH_STATISTICS
     68    /** Profiling packet transmit runs. */
     69    STAMPROFILE             StatTransmit;
     70    /** Profiling packet receive runs. */
     71    STAMPROFILEADV          StatReceive;
     72#endif /* VBOX_WITH_STATISTICS */
     73
    6774    /** The network interface. */
    6875    PDMINETWORKCONNECTOR    INetworkConnector;
     
    9097     * as late as possible. */
    9198    bool                    fActivateEarlyDeactivateLate;
    92     bool                    bAlignment[6];
    9399
    94100#ifdef LOG_ENABLED
     
    98104    uint64_t                u64LastReceiveTS;
    99105#endif
    100 
    101 #ifdef VBOX_WITH_STATISTICS
    102     /** Profiling packet transmit runs. */
    103     STAMPROFILE             StatTransmit;
    104     /** Profiling packet receive runs. */
    105     STAMPROFILEADV          StatReceive;
    106 #endif /* VBOX_WITH_STATISTICS */
    107106
    108107    /** The 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