Changeset 97341 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 31, 2022 8:40:09 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r97339 r97341 2840 2840 2841 2841 2842 /** 2842 /** 2843 2843 * Notifies consumers of incoming data from @a pIf that data is available. 2844 2844 */ … … 6780 6780 INTNETR3DECL(int) IntNetR3Open(PSUPDRVSESSION pSession, const char *pszNetwork, 6781 6781 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, 6783 6783 PINTNETIFHANDLE phIf) 6784 6784 {
Note:
See TracChangeset
for help on using the changeset viewer.