From d571cdfc0b3c539310f43dc11d54d9308299efdc Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Tue, 28 May 2013 02:18:08 -0500 Subject: ISCSID: Added socket communication hooks for uip From Eddie Wai: This patch adds the communication path between iscsid->iscsiuio. It utilizes the set_net_config func ptr in the iscsi_transport_template to initiate the callbacks. Two new files are introduced: uip_mgmt_ipc.h and uip_mgmt_ipc.c Signed-off-by: Eddie Wai --- include/iscsi_err.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/iscsi_err.h b/include/iscsi_err.h index aabea4e..1139133 100644 --- a/include/iscsi_err.h +++ b/include/iscsi_err.h @@ -62,6 +62,8 @@ enum { ISCSI_ERR_OP_NOT_SUPP = 27, /* device or resource in use */ ISCSI_ERR_BUSY = 28, + /* Operation failed, but retrying layer may succeed */ + ISCSI_ERR_AGAIN = 29, /* Always last. Indicates end of error code space */ ISCSI_MAX_ERR_VAL, -- cgit v1.2.1