VirtualBox

Changeset 15957 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 15, 2009 10:27:22 AM (16 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r15956 r15957  
    390390void slirp_register_timers(PNATState pData, PPDMDRVINS pDrvIns)
    391391{
    392 #ifndef VBOX_WITHOUT_RELEASE_STATISTICS
     392#ifdef VBOX_WITH_STATISTICS
    393393    PDMDrvHlpSTAMRegisterF(pDrvIns, &pData->StatFill, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS,
    394394                           STAMUNIT_TICKS_PER_CALL, "Profiling slirp fills", "/Drivers/NAT%d/Fill", pDrvIns->iInstance);
     
    407407    PDMDrvHlpSTAMRegisterF(pDrvIns, &pData->StatUDPHot, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS,
    408408                           STAMUNIT_COUNT, "UDP sockets active", "/Drivers/NAT%d/SockUDPHot", pDrvIns->iInstance);
    409 #endif /* VBOX_WITHOUT_RELEASE_STATISTICS */
     409#endif /* VBOX_WITH_STATISTICS */
    410410}
    411411
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