Changeset 28276 in vbox for trunk/include
- Timestamp:
- Apr 13, 2010 8:30:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetifs.h
r28275 r28276 142 142 143 143 /** 144 * Do transmit work on theXMIT thread.144 * Do pending transmit work on the leaf driver's XMIT thread. 145 145 * 146 146 * When a PDMINETWORKUP::pfnBeginTransmit or PDMINETWORKUP::pfnAllocBuf call … … 153 153 * @thread Non-EMT. 154 154 */ 155 DECLR3CALLBACKMEMBER(void, pfn DoTransmitWork,(PPDMINETWORKDOWN pInterface));155 DECLR3CALLBACKMEMBER(void, pfnXmitPending,(PPDMINETWORKDOWN pInterface)); 156 156 157 157 } PDMINETWORKDOWN;
Note:
See TracChangeset
for help on using the changeset viewer.