Changeset 15384 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 12, 2008 4:41:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r15355 r15384 691 691 int error; 692 692 #endif 693 static uint32_t stat_time;694 693 695 694 STAM_REL_PROFILE_START(&pData->StatPoll, a); … … 697 696 /* Update time */ 698 697 updtime(pData); 699 700 #ifdef LOG_ENABLED701 if (curtime - stat_time > 10000)702 {703 stat_time = curtime;704 sockstats(pData);705 }706 #endif707 698 708 699 /*
Note:
See TracChangeset
for help on using the changeset viewer.