From f2fa390ae608fe0fc38ed66c723f085f34cb0227 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 8 Jul 2007 18:51:56 +0100 Subject: Everything except the SCSI interface should now be present --- src/include/gpxe/iscsi.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h index 5e60c4c92..7c2e4b18a 100644 --- a/src/include/gpxe/iscsi.h +++ b/src/include/gpxe/iscsi.h @@ -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 * -- cgit v1.2.3-55-g7522