Changeset 52753 in vbox
- Timestamp:
- Sep 15, 2014 8:24:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.h
r52712 r52753 103 103 /* required for port-forwarding */ 104 104 struct libalias *so_la; 105 /* libalias might attach the socket and we want to notify libalias we're freeing it */ 106 void *so_pvLnk; 105 107 106 #ifdef VBOX_WITH_NAT_UDP_SOCKET_CLONE 108 107 struct socket *so_cloneOf; /* pointer to master instance */
Note:
See TracChangeset
for help on using the changeset viewer.