VirtualBox

Changeset 10837 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 23, 2008 7:11:33 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33622
Message:

todo in PDMINETWORKCONNECTOR.

File:
1 edited

Legend:

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

    r10715 r10837  
    14261426     * @param   ppTask         Where to store the opaque task handle.
    14271427     */
    1428     DECLR3CALLBACKMEMBER(int, pfnPrepareRead, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 
     1428    DECLR3CALLBACKMEMBER(int, pfnPrepareRead, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset,
    14291429                                               void *pvBuf, size_t cbRead, void **ppTask));
    14301430
     
    14401440     * @param   ppTask         Where to store the opaque task handle.
    14411441     */
    1442     DECLR3CALLBACKMEMBER(int, pfnPrepareWrite, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 
     1442    DECLR3CALLBACKMEMBER(int, pfnPrepareWrite, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset,
    14431443                                                void *pvBuf, size_t cbWrite, void **ppTask));
    14441444
     
    21712171     */
    21722172    DECLR3CALLBACKMEMBER(void, pfnNotifyLinkChanged,(PPDMINETWORKCONNECTOR pInterface, PDMNETWORKLINKSTATE enmLinkState));
     2173
     2174    /** @todo Add a callback that informs the driver chain about MAC address changes if we ever implement that.  */
    21732175
    21742176} PDMINETWORKCONNECTOR;
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