Changeset 64407 in vbox for trunk/src/VBox/Devices/Storage/DrvHostBase.h
- Timestamp:
- Oct 25, 2016 11:53:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.h
r64320 r64407 133 133 typedef struct DRVHOSTBASEREQ 134 134 { 135 /** Transfer size. */ 136 size_t cbReq; 137 /** Amount of residual data. */ 138 size_t cbResidual; 135 139 /** Start of the request data for the device above us. */ 136 140 uint8_t abAlloc[1];
Note:
See TracChangeset
for help on using the changeset viewer.