Changeset 38878 in vbox for trunk/include/VBox/vscsi.h
- Timestamp:
- Sep 27, 2011 9:07:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vscsi.h
r38680 r38878 95 95 typedef VSCSILUNTYPE *PVSCSILUNTYPE; 96 96 97 /**98 * Range descriptor.99 */100 typedef struct VSCSIRANGE101 {102 /** Start offset. */103 uint64_t offStart;104 /** Size of the range. */105 size_t cbRange;106 } VSCSIRANGE;107 /** Pointer to a range descriptor. */108 typedef VSCSIRANGE *PVSCSIRANGE;109 110 97 /** The LUN can handle the UNMAP command. */ 111 98 #define VSCSI_LUN_FEATURE_UNMAP RT_BIT(0) … … 326 313 * @param pcRanges Where to store the number of ranges on success. 327 314 */ 328 VBOXDDU_DECL(int) VSCSIIoReqUnmapParamsGet(VSCSIIOREQ hVScsiIoReq, P VSCSIRANGE *ppaRanges,315 VBOXDDU_DECL(int) VSCSIIoReqUnmapParamsGet(VSCSIIOREQ hVScsiIoReq, PCRTRANGE *ppaRanges, 329 316 unsigned *pcRanges); 330 317
Note:
See TracChangeset
for help on using the changeset viewer.