Changeset 107727 in vbox for trunk/src/VBox/Storage/ISCSI.cpp
- Timestamp:
- Jan 13, 2025 8:51:08 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/ISCSI.cpp
r107426 r107727 2778 2778 * The additional segment is for the BHS. 2779 2779 */ 2780 size_t cI2TSegs = 2*(pScsiReq->cI2TSegs + 1);2780 uint32_t cI2TSegs = 2 * (pScsiReq->cI2TSegs + 1); 2781 2781 pIScsiPDU = (PISCSIPDUTX)RTMemAllocZ(RT_UOFFSETOF_DYN(ISCSIPDUTX, aISCSIReq[cI2TSegs])); 2782 2782 if (!pIScsiPDU)
Note:
See TracChangeset
for help on using the changeset viewer.