summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-05-20 05:42:49 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-05-20 05:42:49 +0000
commit67831176496c6d472cc21603b6d3819dc7fa9708 (patch)
tree04e1343adbe07a31625575f3b4e452a31e179f88 /include
parenta73485d780013d6dc3e07d80d95d3f81651cad3d (diff)
downloadopen-iscsi-67831176496c6d472cc21603b6d3819dc7fa9708.tar.gz
fix term state. when closing the session we do not want to queue any more commands. This also fixes a bug where we would perform recovery, that would fail, then we would cleanup and set the state back into recovery which would allow scsi-ml to queue commands to our internal queues.
git-svn-id: svn://svn.berlios.de/open-iscsi@578 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'include')
-rw-r--r--include/iscsi_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/iscsi_if.h b/include/iscsi_if.h
index 9cdd85f..428e62b 100644
--- a/include/iscsi_if.h
+++ b/include/iscsi_if.h
@@ -253,7 +253,6 @@ enum iscsi_param {
* These flags describes reason of stop_conn() call
*/
#define STOP_CONN_TERM 0x1
-#define STOP_CONN_SUSPEND 0x2
#define STOP_CONN_RECOVER 0x3
#define ISCSI_STATS_CUSTOM_MAX 32