VirtualBox

Changeset 9770 in vbox


Ignore:
Timestamp:
Jun 17, 2008 1:53:30 PM (17 years ago)
Author:
vboxsync
Message:

Can use PCPDMMAC now as its in VBox/types.h.

File:
1 edited

Legend:

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

    r9766 r9770  
    409409     *
    410410     * @param   pIfPort     Pointer to this structure.
    411      * @param   pvMac       Pointer to the mac address. This can be cast to PCPDMMAC (fixme: make it an common type?)
     411     * @param   pMac        Pointer to the mac address.
    412412     *
    413413     * @remarks Called while owning the network semaphore.
     
    416416     *          traffic go over the pfnSendToHost method.
    417417     */
    418     DECLR0CALLBACKMEMBER(bool, pfnIsHostMac,(PINTNETTRUNKIFPORT pIfPort, /*PCPDMMAC*/ void const *pvMac));
     418    DECLR0CALLBACKMEMBER(bool, pfnIsHostMac,(PINTNETTRUNKIFPORT pIfPort, PCPDMMAC pMac));
    419419
    420420    /**
Note: See TracChangeset for help on using the changeset viewer.

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