- Timestamp:
- Apr 4, 2013 4:59:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r44528 r45323 737 737 if (so->so_timeout != NULL) 738 738 { 739 /* so_timeout - might change the so_expire value or 740 * drop so_timeout* from so. 741 */ 739 742 so->so_timeout(pData, so, so->so_timeout_arg); 743 /* on 4.2 so-> 744 */ 745 if ( so_next->so_prev != so /* so_timeout freed the socket */ 746 || so->so_timeout) /* so_timeout just freed so_timeout */ 747 CONTINUE_NO_UNLOCK(udp); 740 748 } 741 749 UDP_DETACH(pData, so, so_next);
Note:
See TracChangeset
for help on using the changeset viewer.