mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
Everything except the SCSI interface should now be present
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user