diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index a72edd4eceec..7394e3bc8f4b 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -267,6 +267,7 @@ struct iscsi_session { | |||
267 | /* configuration */ | 267 | /* configuration */ |
268 | int abort_timeout; | 268 | int abort_timeout; |
269 | int lu_reset_timeout; | 269 | int lu_reset_timeout; |
270 | int tgt_reset_timeout; | ||
270 | int initial_r2t_en; | 271 | int initial_r2t_en; |
271 | unsigned max_r2t; | 272 | unsigned max_r2t; |
272 | int imm_data_en; | 273 | int imm_data_en; |
@@ -333,7 +334,8 @@ struct iscsi_host { | |||
333 | /* | 334 | /* |
334 | * scsi host template | 335 | * scsi host template |
335 | */ | 336 | */ |
336 | extern int iscsi_change_queue_depth(struct scsi_device *sdev, int depth); | 337 | extern int iscsi_change_queue_depth(struct scsi_device *sdev, int depth, |
338 | int reason); | ||
337 | extern int iscsi_eh_abort(struct scsi_cmnd *sc); | 339 | extern int iscsi_eh_abort(struct scsi_cmnd *sc); |
338 | extern int iscsi_eh_target_reset(struct scsi_cmnd *sc); | 340 | extern int iscsi_eh_target_reset(struct scsi_cmnd *sc); |
339 | extern int iscsi_eh_device_reset(struct scsi_cmnd *sc); | 341 | extern int iscsi_eh_device_reset(struct scsi_cmnd *sc); |