VirtualBox

Changeset 97048 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 7, 2022 2:06:03 PM (2 years ago)
Author:
vboxsync
Message:

Devices/DrvIntNet,NetworkServices,Installer/darwin: First rough attempt at making the internal networking option work on macOS after all KEXTs got removed, bugref:10297 [build fix]

File:
1 edited

Legend:

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

    r97046 r97048  
    265265
    266266
     267#if defined(RT_OS_DARWIN) && defined(VBOX_WITH_INTNET_SERVICE_IN_R3)
    267268/**
    268269 * Calls the internal networking switch service living in either R0 or in another R3 process.
     
    276277static int drvR3IntNetCallSvcAsync(PDRVINTNET pThis, uint32_t uOperation, void *pvArg, unsigned cbArg)
    277278{
    278 #if defined(RT_OS_DARWIN) && defined(VBOX_WITH_INTNET_SERVICE_IN_R3)
    279279    if (pThis->fIntNetR3Svc)
    280280    {
     
    286286    }
    287287    else
    288 #endif
    289288        return PDMDrvHlpSUPCallVMMR0Ex(pThis->pDrvInsR3, uOperation, pvArg, cbArg);
    290289}
     290#endif
    291291
    292292
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