add target port as command flag
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
type SCSITargetDriver interface {
|
||||
Run() error
|
||||
Run(port int) error
|
||||
NewTarget(string, *config.Config) error
|
||||
RereadTargetLUNMap()
|
||||
Close() error
|
||||
|
||||
Reference in New Issue
Block a user