Changeset 15054 in vbox for trunk/src/VBox/Devices/Network/slirp/slirp.c
- Timestamp:
- Dec 5, 2008 8:07:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r15035 r15054 599 599 int error; 600 600 #endif 601 static uint32_t stat_time; 601 602 602 603 STAM_REL_PROFILE_START(&pData->StatPoll, a); … … 604 605 /* Update time */ 605 606 updtime(pData); 607 608 #ifdef LOG_ENABLED 609 if (curtime - stat_time > 10000) 610 { 611 stat_time = curtime; 612 sockstats(pData); 613 } 614 #endif 606 615 607 616 /*
Note:
See TracChangeset
for help on using the changeset viewer.