VirtualBox

Changeset 28275 in vbox for trunk/include


Ignore:
Timestamp:
Apr 13, 2010 7:40:10 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60017
Message:

Devices/Network: Call pfnBeginXmit and pfnEndXmit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmnetifs.h

    r28258 r28275  
    199199     * @param   pInterface      Pointer to the interface structure containing the
    200200     *                          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));
    205207
    206208    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette