VirtualBox

Changeset 47933 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 20, 2013 3:28:39 PM (11 years ago)
Author:
vboxsync
Message:

Devices/Network/DevINIP: use int for a rc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevINIP.cpp

    r46573 r47933  
    128128     * but we need inform constructing routine whether it was success or not(EMT thread).
    129129     */
    130     bool rcInitialization;
     130    int rcInitialization;
    131131} DEVINTNETIP, *PDEVINTNETIP;
    132132
     
    452452        ethhdr = (const struct eth_hdr *)p->payload;
    453453        struct netif *iface = &g_pDevINIPData->IntNetIF;
     454#ifndef VBOX_WITH_NEW_LWIP
    454455        err_t lrc;
    455 #ifndef VBOX_WITH_NEW_LWIP
    456456        switch (htons(ethhdr->type))
    457457        {
     
    475475    }
    476476
    477 out:
    478477    LogFlow(("%s: return %Rrc\n", __FUNCTION__, rc));
    479478    return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette