Changeset 66347 in vbox
- Timestamp:
- Mar 29, 2017 7:46:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBInternal.h
r65976 r66347 158 158 /** Count of active async transfers. */ 159 159 volatile uint32_t async; 160 /** Last scheduled frame - only valid for isochronous endpoints. */ 161 uint32_t uLastFrame; 160 162 } VUSBPIPE; 161 163 /** Pointer to a VUSB pipe structure. */
Note:
See TracChangeset
for help on using the changeset viewer.