Changeset 13733 in vbox for trunk/src/VBox/Devices/Network/slirp/slirp.c
- Timestamp:
- Nov 2, 2008 7:09:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r13727 r13733 566 566 #ifndef VBOX_WITH_SYNC_SLIRP 567 567 for (so = tcb.so_next; so != &tcb; so = so_next) { 568 so_next = so->so_next; 568 569 #else 569 570 while (1) { … … 572 573 break; 573 574 } 574 #endif575 575 so_next = so->so_next; 576 577 AssertRelease(so->so_mutex != NULL); 578 AssertRelease(so->so_next != NULL && so->so_prev != NULL); 579 #endif 576 580 VBOX_SLIRP_LOCK(so->so_mutex); 577 581 VBOX_SLIRP_UNLOCK(pData->tcb_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.