summaryrefslogtreecommitdiff
path: root/usr/mgmt_ipc.h
diff options
context:
space:
mode:
authordmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-05-27 17:00:18 +0000
committerdmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-05-27 17:00:18 +0000
commita9509e4931ba66875993901fa4744aafd3105b36 (patch)
tree86556a209ee2b1906ed6034d16709359b26e2531 /usr/mgmt_ipc.h
parente42f24df3cd590721dbc5f242df5375bbd033879 (diff)
downloadopen-iscsi-a9509e4931ba66875993901fa4744aafd3105b36.tar.gz
propogating transport->caps up to the daemon
adding max_conn, max_cmd_len and max_lun attributes for iscsi_transport git-svn-id: svn://svn.berlios.de/open-iscsi@355 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'usr/mgmt_ipc.h')
-rw-r--r--usr/mgmt_ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/mgmt_ipc.h b/usr/mgmt_ipc.h
index 440d9cf..7bd05a8 100644
--- a/usr/mgmt_ipc.h
+++ b/usr/mgmt_ipc.h
@@ -38,6 +38,7 @@ typedef enum mgmt_ipc_err {
MGMT_IPC_ERR_PDU_TIMEOUT = 11,
MGMT_IPC_ERR_TRANS_NOT_FOUND = 12,
MGMT_IPC_ERR_ACCESS = 13,
+ MGMT_IPC_ERR_TRANS_CAPS = 14,
} mgmt_ipc_err_e;
typedef enum iscsiadm_cmd {