VirtualBox

Ignore:
Timestamp:
Mar 23, 2022 7:53:21 PM (3 years ago)
Author:
vboxsync
Message:

Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM in favor of using VMM2USERMETHODS::pfnQueryGenericObject, bugref:10053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r93115 r94342  
    587587 *                          In the second case, the two paths are guaranteed
    588588 *                          not to contain the substring "//".
    589  * @param   pvBackend       Backend specific pointer, unused for the linux backend.
    590  */
    591 static DECLCALLBACK(int) usbProxyLinuxOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress, void *pvBackend)
     589 */
     590static DECLCALLBACK(int) usbProxyLinuxOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress)
    592591{
    593592    LogFlow(("usbProxyLinuxOpen: pProxyDev=%p pszAddress=%s\n", pProxyDev, pszAddress));
     
    669668
    670669    Log(("usbProxyLinuxOpen(%p, %s) failed, rc=%Rrc!\n", pProxyDev, pszAddress, rc));
    671 
    672     NOREF(pvBackend);
    673670    return rc;
    674671}
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