diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-05-21 16:54:13 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:20 -0400 |
commit | d82ff9be733a2e6da4f6c2ab4e9216f3f536503d (patch) | |
tree | ec02aa5148e8d9739683fb703732b7edbaf3b3ac /include/scsi/iscsi_if.h | |
parent | 7970634b81a6e3561954517bca42615542c4535b (diff) |
[SCSI] iscsi class: add endpoint class
Add sysfs representation for the endpoint, so userspace can match the
host and session to the endpoint. This will allow us to set the host's
parent correctly at host creation time.
The next patches will convert tcp and iser, and fix iser's dma_mask
bug.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/iscsi_if.h')
-rw-r--r-- | include/scsi/iscsi_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index 801a677777cc..a0f13a280e71 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h | |||
@@ -80,7 +80,7 @@ struct iscsi_uevent { | |||
80 | uint16_t queue_depth; | 80 | uint16_t queue_depth; |
81 | } c_session; | 81 | } c_session; |
82 | struct msg_create_bound_session { | 82 | struct msg_create_bound_session { |
83 | uint32_t host_no; | 83 | uint64_t ep_handle; |
84 | uint32_t initial_cmdsn; | 84 | uint32_t initial_cmdsn; |
85 | uint16_t cmds_max; | 85 | uint16_t cmds_max; |
86 | uint16_t queue_depth; | 86 | uint16_t queue_depth; |