Changeset 28275 in vbox for trunk/include
- Timestamp:
- Apr 13, 2010 7:40:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60017
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetifs.h
r28258 r28275 199 199 * @param pInterface Pointer to the interface structure containing the 200 200 * called function pointer. 201 * 202 * @thread Any, but normally EMT or the XMIT thread. 203 */ 204 DECLR3CALLBACKMEMBER(int, pfnBeginXmit,(PPDMINETWORKUP pInterface)); 201 * @param fOnWorkerThread Set if we're being called on a work thread. Clear 202 * if an EMT. 203 * 204 * @thread Any, but normally EMT or the XMIT thread. 205 */ 206 DECLR3CALLBACKMEMBER(int, pfnBeginXmit,(PPDMINETWORKUP pInterface, bool fOnWorkerThread)); 205 207 206 208 /**
Note:
See TracChangeset
for help on using the changeset viewer.