Changeset 85121 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r82968 r85121 1400 1400 * @thread EMT or a VUSB reset thread. 1401 1401 */ 1402 static intvusbDevResetWorker(PVUSBDEV pDev, bool fResetOnLinux, bool fUseTimer, PVUSBRESETARGS pArgs)1402 static DECLCALLBACK(int) vusbDevResetWorker(PVUSBDEV pDev, bool fResetOnLinux, bool fUseTimer, PVUSBRESETARGS pArgs) 1403 1403 { 1404 1404 int rc = VINF_SUCCESS; -
trunk/src/VBox/Devices/USB/VUSBInternal.h
r84359 r85121 102 102 * @param pUrb The URB. 103 103 */ 104 DECLCALLBACKMEMBER(void, pfnFree )(PVUSBURB pUrb);104 DECLCALLBACKMEMBER(void, pfnFree,(PVUSBURB pUrb)); 105 105 /** Submit timestamp. (logging only) */ 106 106 uint64_t u64SubmitTS;
Note:
See TracChangeset
for help on using the changeset viewer.