Changeset 20446 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 9, 2009 7:04:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/mbuf.h
r20306 r20446 74 74 caddr_t mh_data; /* Location of data */ 75 75 int mh_len; /* Amount of data in this mbuf */ 76 #if ndef VBOX_SLIRP_ALIAS76 #ifdef VBOX_WITH_SLIRP_ALIAS 77 77 struct libalias *mh_la; /*Real freebsd store hocksin similar way*/ 78 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.