summaryrefslogtreecommitdiff
path: root/include/iscsi_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iscsi_err.h')
-rw-r--r--include/iscsi_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iscsi_err.h b/include/iscsi_err.h
index 04a8723..c31b05a 100644
--- a/include/iscsi_err.h
+++ b/include/iscsi_err.h
@@ -70,6 +70,8 @@ enum iscsi_error_list {
ISCSI_ERR_CHILD_TERMINATED = 31,
/* session likely not connected */
ISCSI_ERR_SESSION_NOT_CONNECTED = 32,
+ /* iscsid request timed out */
+ ISCSI_ERR_REQ_TIMEDOUT = 33,
/* Always last. Indicates end of error code space */
ISCSI_MAX_ERR_VAL,