summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/iscsi.h8
1 files changed, 2 insertions, 6 deletions
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
*