Everything except the SCSI interface should now be present

This commit is contained in:
Michael Brown
2007-07-08 18:51:56 +01:00
parent 9b28b25332
commit f2fa390ae6
2 changed files with 279 additions and 47 deletions

View File

@@ -493,18 +493,14 @@ struct iscsi_session {
/** Transport-layer socket */
struct xfer_interface socket;
/** Initiator IQN */
char *initiator_iqn;
/** Target address */
char *target_address;
/** Target port */
unsigned int target_port;
/** Target IQN */
char *target_iqn;
/** Logical Unit Number (LUN) */
uint64_t lun;
/** Username */
char *username;
/** Password */
char *password;
/** Session status
*