Changeset 37596 in vbox for trunk/src/VBox/Main/include/USBProxyService.h
- Timestamp:
- Jun 22, 2011 7:30:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBProxyService.h
r36993 r37596 256 256 private: 257 257 /** File handle to the '/proc/bus/usb/devices' file. */ 258 RTFILE m File;258 RTFILE mhFile; 259 259 /** Pipe used to interrupt wait(), the read end. */ 260 RT FILE mWakeupPipeR;260 RTPIPE mhWakeupPipeR; 261 261 /** Pipe used to interrupt wait(), the write end. */ 262 RT FILE mWakeupPipeW;262 RTPIPE mhWakeupPipeW; 263 263 /** The root of usbfs. */ 264 264 Utf8Str mDevicesRoot;
Note:
See TracChangeset
for help on using the changeset viewer.