Changeset 47933 in vbox for trunk/src/VBox
- Timestamp:
- Aug 20, 2013 3:28:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevINIP.cpp
r46573 r47933 128 128 * but we need inform constructing routine whether it was success or not(EMT thread). 129 129 */ 130 boolrcInitialization;130 int rcInitialization; 131 131 } DEVINTNETIP, *PDEVINTNETIP; 132 132 … … 452 452 ethhdr = (const struct eth_hdr *)p->payload; 453 453 struct netif *iface = &g_pDevINIPData->IntNetIF; 454 #ifndef VBOX_WITH_NEW_LWIP 454 455 err_t lrc; 455 #ifndef VBOX_WITH_NEW_LWIP456 456 switch (htons(ethhdr->type)) 457 457 { … … 475 475 } 476 476 477 out:478 477 LogFlow(("%s: return %Rrc\n", __FUNCTION__, rc)); 479 478 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.