summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2013-05-28 02:18:08 -0500
committerMike Christie <michaelc@cs.wisc.edu>2013-05-28 02:18:08 -0500
commitd571cdfc0b3c539310f43dc11d54d9308299efdc (patch)
treedd05f1eae52f0815daa41c28219e6555dfc28754 /include
parenta7afdf46c3193eb102cc6ec2a3b61e8d36794437 (diff)
downloadopen-iscsi-d571cdfc0b3c539310f43dc11d54d9308299efdc.tar.gz
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 <eddie.wai@broadcom.com>
Diffstat (limited to 'include')
-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 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,