VirtualBox

Changeset 49814 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Dec 6, 2013 9:38:28 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91156
Message:

Devices/USB: First part of the rework, move most of the work to dedicated threads to improve performance

File:
1 edited

Legend:

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

    r49092 r49814  
    413413    DECLR3CALLBACKMEMBER(PVUSBURB, pfnUrbReap,(PPDMUSBINS pUsbIns, RTMSINTERVAL cMillies));
    414414
     415    /**
     416     * Wakes a thread waiting in pfnUrbReap.
     417     *
     418     * @returns VBox status code.
     419     * @param   pUsbIns             The USB device instance.
     420     */
     421    DECLR3CALLBACKMEMBER(int, pfnWakeup,(PPDMUSBINS pUsbIns));
    415422
    416423    /** Just some init precaution. Must be set to PDM_USBREG_VERSION. */
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