Changeset 97048 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Oct 7, 2022 2:06:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r97046 r97048 265 265 266 266 267 #if defined(RT_OS_DARWIN) && defined(VBOX_WITH_INTNET_SERVICE_IN_R3) 267 268 /** 268 269 * Calls the internal networking switch service living in either R0 or in another R3 process. … … 276 277 static int drvR3IntNetCallSvcAsync(PDRVINTNET pThis, uint32_t uOperation, void *pvArg, unsigned cbArg) 277 278 { 278 #if defined(RT_OS_DARWIN) && defined(VBOX_WITH_INTNET_SERVICE_IN_R3)279 279 if (pThis->fIntNetR3Svc) 280 280 { … … 286 286 } 287 287 else 288 #endif289 288 return PDMDrvHlpSUPCallVMMR0Ex(pThis->pDrvInsR3, uOperation, pvArg, cbArg); 290 289 } 290 #endif 291 291 292 292
Note:
See TracChangeset
for help on using the changeset viewer.