Changeset 43816 in vbox for trunk/include/VBox
- Timestamp:
- Nov 6, 2012 5:44:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-solaris.h
r38016 r43816 127 127 VUSBDIRECTION enmDir; /* Xfer direction */ 128 128 VUSBSTATUS enmStatus; /* URB status */ 129 bool fShortOk; /* Whether receiving less data than requested is acceptable. */ 129 130 size_t cbData; /* Size of the data */ 130 131 void *pvData; /* Pointer to the data */
Note:
See TracChangeset
for help on using the changeset viewer.