Changeset 53207 in vbox for trunk/src/VBox
- Timestamp:
- Nov 4, 2014 4:25:06 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/UsbMsd.cpp
r53121 r53207 158 158 /** The status of a completed SCSI request. */ 159 159 int iScsiReqStatus; 160 /** Set if the request structure must be destroyed when the SCSI driver161 * completes it. This is used to deal with requests that runs while the162 * device is being reset. */163 bool fDestoryOnCompletion;164 160 /** Pointer to the USB device instance owning it. */ 165 161 PPDMUSBINS pUsbIns;
Note:
See TracChangeset
for help on using the changeset viewer.