Changeset 56454 in vbox for trunk/include/VBox
- Timestamp:
- Jun 16, 2015 1:57:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r56271 r56454 1088 1088 /** The USR state. */ 1089 1089 VUSBURBSTATE enmState; 1090 /** Flag whether the URB is about to be completed, 1091 * either by the I/O thread or the cancellation worker. 1092 */ 1093 volatile bool fCompleting; 1090 1094 /** URB description, can be null. intended for logging. */ 1091 1095 char *pszDesc;
Note:
See TracChangeset
for help on using the changeset viewer.