VirtualBox

Ignore:
Timestamp:
Dec 5, 2008 8:07:25 PM (16 years ago)
Author:
vboxsync
Message:

slirp: code readability

File:
1 edited

Legend:

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

    r15035 r15054  
    599599    int error;
    600600#endif
     601    static uint32_t stat_time;
    601602
    602603    STAM_REL_PROFILE_START(&pData->StatPoll, a);
     
    604605    /* Update time */
    605606    updtime(pData);
     607
     608#ifdef LOG_ENABLED
     609    if (curtime - stat_time > 10000)
     610    {
     611        stat_time = curtime;
     612        sockstats(pData);
     613    }
     614#endif
    606615
    607616    /*
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