Changeset 56427 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 15, 2015 11:17:36 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxSCSI.h
r56426 r56427 121 121 /** The result code of last operation. */ 122 122 int32_t rcCompletion; 123 #if HC_ARCH_BITS == 64124 uint32_t Alignment1;125 #endif126 123 /** Flag whether a request is pending. */ 127 124 volatile bool fBusy;
Note:
See TracChangeset
for help on using the changeset viewer.