Changeset 81709 in vbox
- Timestamp:
- Nov 6, 2019 2:48:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r81708 r81709 595 595 if (pThis->pDrv) 596 596 pThis->pDrv->pfnNotifyLinkChanged(pThis->pDrv, PDMNETWORKLINKSTATE_UP); 597 }598 599 600 /**601 * @callback_method_impl{FNPDMQUEUEDEV, Handler for the wakeup signaller queue.}602 */603 static DECLCALLBACK(bool) vnetR3CanRxQueueConsumer(PPDMDEVINS pDevIns, PPDMQUEUEITEMCORE pItem)604 {605 RT_NOREF(pItem);606 vnetWakeupReceive(pDevIns);607 return true;608 597 } 609 598
Note:
See TracChangeset
for help on using the changeset viewer.