Changeset 38408 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin
- Timestamp:
- Aug 10, 2011 8:07:04 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r38371 r38408 295 295 { 296 296 ifnet_set_mtu(pThis->u.s.pIface, VBOXNETADP_MTU); 297 Log2(("vboxnetadp: created interface %s (%p), pThis=%p, pMagic=%p, *pMagic=%x(%x)\n",298 pThis->szName, pThis->u.s.pIface, pThis, ifnet_softc(pThis->u.s.pIface), *(uint32_t*)ifnet_softc(pThis->u.s.pIface), pThis->uMagic));299 297 return VINF_SUCCESS; 300 298 }
Note:
See TracChangeset
for help on using the changeset viewer.