Changeset 14121 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Nov 12, 2008 8:06:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r14119 r14121 559 559 WSANETWORKEVENTS NetworkEvents; 560 560 int rc; 561 int timer_update = (readfds == NULL && writefds == NULL && xfds == NULL); 561 562 #endif 562 563 … … 578 579 } 579 580 } 581 #if defined(VBOX_WITH_SIMPLEFIED_SLIRP_SYNC) && defined(RT_OS_WINDOWS) 582 if (timer_update) return; 583 #endif 580 584 581 585 /*
Note:
See TracChangeset
for help on using the changeset viewer.