Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".

This commit is contained in:
Michael Brown
2006-05-14 23:29:16 +00:00
parent 29fb77b0a4
commit f25731d08f
3 changed files with 75 additions and 28 deletions

View File

@@ -513,6 +513,9 @@ struct iscsi_session {
/** Maximum number of retries at connecting */
#define ISCSI_MAX_RETRIES 2
extern int iscsi_issue ( struct iscsi_session *iscsi,
struct scsi_command *command );
/** An iSCSI device */
struct iscsi_device {
/** SCSI device interface */