Changeset 9770 in vbox
- Timestamp:
- Jun 17, 2008 1:53:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r9766 r9770 409 409 * 410 410 * @param pIfPort Pointer to this structure. 411 * @param p vMac 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. 412 412 * 413 413 * @remarks Called while owning the network semaphore. … … 416 416 * traffic go over the pfnSendToHost method. 417 417 */ 418 DECLR0CALLBACKMEMBER(bool, pfnIsHostMac,(PINTNETTRUNKIFPORT pIfPort, /*PCPDMMAC*/ void const *pvMac));418 DECLR0CALLBACKMEMBER(bool, pfnIsHostMac,(PINTNETTRUNKIFPORT pIfPort, PCPDMMAC pMac)); 419 419 420 420 /**
Note:
See TracChangeset
for help on using the changeset viewer.