support iscsi task function

This commit is contained in:
Lei Xue
2017-06-12 21:06:57 +08:00
parent 8ca6860460
commit 7a2b08ff80
9 changed files with 206 additions and 40 deletions
+1
View File
@@ -253,6 +253,7 @@ type ISCSISession struct {
ConnectionsRWMutex sync.RWMutex
Commands []*ISCSICommand
PendingTasks taskQueue
PendingTasksMutex sync.RWMutex
MaxQueueCommand uint32
SessionParam ISCSISessionParamList
Info string