Changeset 13712 in vbox
- Timestamp:
- Oct 31, 2008 1:00:44 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r13710 r13712 265 265 sorecvoob(PNATState pData, struct socket *so) 266 266 { 267 struct tcpcb *tp = sototcpcb(so); 267 268 VBOX_SLIRP_LOCK(so->so_mutex); 268 struct tcpcb *tp = sototcpcb(so);269 269 270 270 DEBUG_CALL("sorecvoob");
Note:
See TracChangeset
for help on using the changeset viewer.