VirtualBox

Ignore:
Timestamp:
Feb 25, 2015 3:42:17 PM (10 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: keep a pointer to NetworkManager instead of using a
global. To minimize churn, convert that global into a singleton.
No functional change intended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.h

    r50587 r54499  
    517517    int doReply(const Client& client, const std::vector<RawOption>& extra);
    518518    int processParameterReqList(const Client& client, const uint8_t *pu8ReqList, int cReqList, std::vector<RawOption>& extra);
     519
     520private:
     521    static NetworkManager *g_NetworkManager;
    519522
    520523private:
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