iSCSI target fixes for iSCSIResiduals tests causing libiscsi test suite to hang

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
This commit is contained in:
Utkarsh Mani Tripathi
2019-11-18 15:16:41 +05:30
parent f3ef8c973d
commit 1dbc82435f
4 changed files with 30 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ var (
)
type SCSICommand struct {
OpCode byte
Target *SCSITarget
DeviceID uint64
Device *SCSILu