Changeset 52689 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Sep 10, 2014 7:35:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r50156 r52689 432 432 { \ 433 433 (sonext) = (so)->so_next; \ 434 Log 2(("%s:%d Processing so:%R[natsock]\n", __FUNCTION__, __LINE__, (so)));434 Log5(("%s:%d Processing so:%R[natsock]\n", __FUNCTION__, __LINE__, (so))); 435 435 # define CONTINUE(label) continue 436 436 # define CONTINUE_NO_UNLOCK(label) continue
Note:
See TracChangeset
for help on using the changeset viewer.