Implement InitSCSILuMap func for jiva

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
This commit is contained in:
Utkarsh Mani Tripathi
2019-11-19 10:19:58 +05:30
parent 1b02c7897e
commit d7caf89610
6 changed files with 21 additions and 15 deletions

View File

@@ -397,6 +397,9 @@ type SCSILu struct {
Storage BackingStore
DeviceProtocol SCSIDeviceProtocol
ModeBlockDescriptor []byte
SCSIVendorID string
SCSIProductID string
SCSIID string
PerformCommand CommandFunc
FinishCommand func(*SCSITarget, *SCSICommand)