VirtualBox

Changeset 5713 in vbox for trunk/include


Ignore:
Timestamp:
Nov 12, 2007 5:06:56 PM (17 years ago)
Author:
vboxsync
Message:

Added an maskedInterface property to the USB filters. It is used to hide a set of interface from the guest, which means that on Linux we won't capture those and linux can continue using them.

File:
1 edited

Legend:

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

    r5529 r5713  
    581581 * @param   pvBackend       Pointer to the backend.
    582582 * @param   iUsbVersion     The preferred USB version.
    583  */
    584 PDMR3DECL(int) PDMR3USBCreateProxyDevice(PVM pVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend, uint32_t iUsbVersion);
     583 * @param   fMaskedIfs      The interfaces to hide from the guest.
     584 */
     585PDMR3DECL(int) PDMR3USBCreateProxyDevice(PVM pVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend,
     586                                         uint32_t iUsbVersion, uint32_t fMaskedIfs);
    585587
    586588/**
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