diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-05-21 16:54:09 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:19 -0400 |
commit | 9c19a7d0387124a508d2cdb38ebf8cd484631ad0 (patch) | |
tree | 3c7022cd03fee32e1eb290396fe780049f095449 /include/scsi/scsi_transport_iscsi.h | |
parent | 2747fdb25726caa1a89229f43d99ca50af72576a (diff) |
[SCSI] libiscsi: rename iscsi_cmd_task to iscsi_task
This is the second part of the iscsi task merging, and
all it does it rename iscsi_cmd_task to iscsi_task and
mtask/ctask to just task.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/scsi_transport_iscsi.h')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 3f24503dfdf9..0553240796e9 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -33,7 +33,7 @@ struct iscsi_transport; | |||
33 | struct Scsi_Host; | 33 | struct Scsi_Host; |
34 | struct iscsi_cls_conn; | 34 | struct iscsi_cls_conn; |
35 | struct iscsi_conn; | 35 | struct iscsi_conn; |
36 | struct iscsi_cmd_task; | 36 | struct iscsi_task; |
37 | struct sockaddr; | 37 | struct sockaddr; |
38 | 38 | ||
39 | /** | 39 | /** |
@@ -112,10 +112,10 @@ struct iscsi_transport { | |||
112 | char *data, uint32_t data_size); | 112 | char *data, uint32_t data_size); |
113 | void (*get_stats) (struct iscsi_cls_conn *conn, | 113 | void (*get_stats) (struct iscsi_cls_conn *conn, |
114 | struct iscsi_stats *stats); | 114 | struct iscsi_stats *stats); |
115 | int (*init_task) (struct iscsi_cmd_task *task); | 115 | int (*init_task) (struct iscsi_task *task); |
116 | int (*xmit_task) (struct iscsi_cmd_task *task); | 116 | int (*xmit_task) (struct iscsi_task *task); |
117 | void (*cleanup_task) (struct iscsi_conn *conn, | 117 | void (*cleanup_task) (struct iscsi_conn *conn, |
118 | struct iscsi_cmd_task *task); | 118 | struct iscsi_task *task); |
119 | void (*session_recovery_timedout) (struct iscsi_cls_session *session); | 119 | void (*session_recovery_timedout) (struct iscsi_cls_session *session); |
120 | int (*ep_connect) (struct sockaddr *dst_addr, int non_blocking, | 120 | int (*ep_connect) (struct sockaddr *dst_addr, int non_blocking, |
121 | uint64_t *ep_handle); | 121 | uint64_t *ep_handle); |