Changeset 72054 in vbox for trunk/src/VBox/Devices/USB/usbip
- Timestamp:
- Apr 27, 2018 9:18:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/usbip/USBProxyDevice-usbip.cpp
r69500 r72054 1263 1263 RTLISTANCHOR ListUrbsPending; 1264 1264 1265 RTListInit(&ListUrbsPending);1266 1265 int rc = RTSemFastMutexRequest(pProxyDevUsbIp->hMtxLists); 1267 1266 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.