Changeset 59720 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Feb 18, 2016 11:03:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBInternal.h
r59718 r59720 275 275 /** Flag whether the I/O thread was woken up. */ 276 276 bool volatile fWokenUp; 277 /** The pool of free URBs for faster allocation. */278 VUSBURBPOOL UrbPool;279 277 #if HC_ARCH_BITS == 32 280 278 /** Align the size to a 8 byte boundary. */ 281 279 bool afAlignment0[2]; 282 280 #endif 281 /** The pool of free URBs for faster allocation. */ 282 VUSBURBPOOL UrbPool; 283 283 } VUSBDEV; 284 284 AssertCompileSizeAlignment(VUSBDEV, 8);
Note:
See TracChangeset
for help on using the changeset viewer.