- Timestamp:
- Nov 24, 2014 2:56:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r53310 r53382 178 178 struct socket udb; 179 179 struct socket *udp_last_so; 180 struct socket icmp_socket; 181 struct icmp_storage icmp_msg_head; 180 182 181 # ifndef RT_OS_WINDOWS 183 182 /* counter of sockets needed for allocation enough room to … … 198 197 # define NSOCK_DEC_EX(ex) do {} while (0) 199 198 # endif 199 200 struct socket icmp_socket; 201 struct icmp_storage icmp_msg_head; 200 202 int cIcmpCacheSize; 201 203 int iIcmpCacheLimit;
Note:
See TracChangeset
for help on using the changeset viewer.