VirtualBox

Changeset 97341 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 31, 2022 8:40:09 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154339
Message:

NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/SrvIntNetR0: Don't require a dedicated waiting thread to get notified when there is something to receive but make it possible to register a callback which is called and sends an IPC message instead, bugref:10297 [build and scm fixes]

File:
1 edited

Legend:

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

    r97339 r97341  
    28402840
    28412841
    2842 /** 
     2842/**
    28432843 * Notifies consumers of incoming data from @a pIf that data is available.
    28442844 */
     
    67806780INTNETR3DECL(int) IntNetR3Open(PSUPDRVSESSION pSession, const char *pszNetwork,
    67816781                               INTNETTRUNKTYPE enmTrunkType, const char *pszTrunk, uint32_t fFlags,
    6782                                uint32_t cbSend, uint32_t cbRecv, PFNINTNETIFRECVAVAIL pfnRecvAvail, void *pvUser, 
     6782                               uint32_t cbSend, uint32_t cbRecv, PFNINTNETIFRECVAVAIL pfnRecvAvail, void *pvUser,
    67836783                               PINTNETIFHANDLE phIf)
    67846784{
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