VirtualBox

Changeset 50951 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 2, 2014 1:55:05 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93099
Message:

NAT: Rename drvNATHostNetworkConfigurationChangeEventStrategySelector
to less highfalutin and more clear drvNATUpdateDNS.

File:
1 edited

Legend:

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

    r50950 r50951  
    221221*******************************************************************************/
    222222static void drvNATNotifyNATThread(PDRVNAT pThis, const char *pszWho);
    223 DECLINLINE(void) drvNATHostNetworkConfigurationChangeEventStrategySelector(
    224   PDRVNAT pThis,
    225   bool fFlapLink);
     223DECLINLINE(void) drvNATUpdateDNS(PDRVNAT pThis, bool fFlapLink);
    226224static DECLCALLBACK(int) drvNATReinitializeHostNameResolving(PDRVNAT pThis);
    227225
     
    979977        CFArrayRef hArrAddresses = (CFArrayRef)CFDictionaryGetValue(hDnsDict, kSCPropNetDNSServerAddresses);
    980978        if (hArrAddresses)
    981             drvNATHostNetworkConfigurationChangeEventStrategySelector(pThis, /* fFlapLink */ true);
     979            drvNATUpdateDNS(pThis, /* fFlapLink */ true);
    982980
    983981        CFRelease(hDnsDict);
     
    10601058            fFlapLink = true;
    10611059#endif
    1062             drvNATHostNetworkConfigurationChangeEventStrategySelector(pThis, fFlapLink);
     1060            drvNATUpdateDNS(pThis, fFlapLink);
    10631061            return;
    10641062        default: /* Ignore every other resume reason. */
     
    10891087 * _won't_ be changed, the only thing will change is drop of fFlapLink parameter.
    10901088 */
    1091 DECLINLINE(void) drvNATHostNetworkConfigurationChangeEventStrategySelector(PDRVNAT pThis,
    1092                                                                         bool fFlapLink)
     1089DECLINLINE(void) drvNATUpdateDNS(PDRVNAT pThis, bool fFlapLink)
    10931090{
    10941091    int strategy = slirp_host_network_configuration_change_strategy_selector(pThis->pNATState);
     
    11141111                                          (PFNRT)drvNATReinitializeHostNameResolving, 1, pThis);
    11151112                if (RT_SUCCESS(rc))
    1116                     drvNATNotifyNATThread(pThis,
    1117                                           "drvNATHostNetworkConfigurationChangeEventStrategySelector");
     1113                    drvNATNotifyNATThread(pThis, "drvNATUpdateDNS");
    11181114
    11191115                return;
Note: See TracChangeset for help on using the changeset viewer.

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