VirtualBox

Changeset 23208 in vbox


Ignore:
Timestamp:
Sep 22, 2009 9:45:30 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52655
Message:

Put back

File:
1 edited

Legend:

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

    r23206 r23208  
    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 
    7467    /** The network interface. */
    7568    PDMINETWORKCONNECTOR    INetworkConnector;
     
    10497    uint64_t                u64LastReceiveTS;
    10598#endif
     99
     100#ifdef VBOX_WITH_STATISTICS
     101    /** Profiling packet transmit runs. */
     102    STAMPROFILE             StatTransmit;
     103    /** Profiling packet receive runs. */
     104    STAMPROFILEADV          StatReceive;
     105#endif /* VBOX_WITH_STATISTICS */
    106106
    107107    /** The network name. */
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