Changeset 93934 in vbox for trunk/src/VBox/Devices/USB/VUSBInternal.h
- Timestamp:
- Feb 24, 2022 4:14:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBInternal.h
r93914 r93934 407 407 VUSBIROOTHUBCONNECTOR IRhConnector; 408 408 409 /** Critical section protecting the device list. */409 /** Critical section protecting the device arrays. */ 410 410 RTCRITSECT CritSectDevices; 411 /** Chain of devices attached to this hub. */412 PVUSBDEV pDevices;413 414 411 /** Array of pointers to USB devices indexed by the port the device is on. */ 415 412 PVUSBDEV apDevByPort[VUSB_DEVICES_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.