VirtualBox

Ignore:
Timestamp:
Dec 12, 2008 4:41:52 PM (16 years ago)
Author:
vboxsync
Message:

slirp: removed debugging code

File:
1 edited

Legend:

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

    r15355 r15384  
    691691    int error;
    692692#endif
    693     static uint32_t stat_time;
    694693
    695694    STAM_REL_PROFILE_START(&pData->StatPoll, a);
     
    697696    /* Update time */
    698697    updtime(pData);
    699 
    700 #ifdef LOG_ENABLED
    701     if (curtime - stat_time > 10000)
    702     {
    703         stat_time = curtime;
    704         sockstats(pData);
    705     }
    706 #endif
    707698
    708699    /*
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