Task Management. When we abort a task or a task set, or reset the lun or target
we must also cancel all active tasks. This will trigger all affected tasks to have their callback invoked with SCSI_STATUS_CANCELLED
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "scsi-lowlevel.h"
|
||||
|
||||
int showluns;
|
||||
char *initiator = "iqn.2010-11.ronnie:iscsi-ls";
|
||||
const char *initiator = "iqn.2010-11.ronnie:iscsi-ls";
|
||||
|
||||
struct client_state {
|
||||
int finished;
|
||||
|
||||
Reference in New Issue
Block a user