VirtualBox

Changeset 49823 in vbox for trunk/src


Ignore:
Timestamp:
Dec 9, 2013 6:57:03 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetLwipNAT: G/c removes uniused members and its initializarion: hReqIntNet and hSemSVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r49735 r49823  
    180180    uint16_t m_u16Mtu;
    181181    netif m_LwipNetIf;
    182     /* Queues */
    183     RTREQQUEUE  hReqIntNet;
    184182    /* thread where we're waiting for a frames, no semaphores needed */
    185183    RTTHREAD hThrIntNetRecv;
     
    197195    const char **getHostNameservers();
    198196
    199     RTSEMEVENT hSemSVC;
    200197    /* Only for debug needs, by default NAT service should load rules from SVC
    201198     * on startup, and then on sync them on events.
     
    921918    /* end of COM initialization */
    922919
    923     rc = RTSemEventCreate(&hSemSVC);
    924     AssertRCReturn(rc, rc);
    925 
    926     rc = RTReqQueueCreate(&hReqIntNet);
    927     AssertRCReturn(rc, rc);
    928 
    929920    rc = g_pLwipNat->tryGoOnline();
    930921    if (RT_FAILURE(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