diff options
| author | Michael Brown | 2007-07-08 19:51:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-08 19:51:56 +0200 |
| commit | f2fa390ae608fe0fc38ed66c723f085f34cb0227 (patch) | |
| tree | 7dd659af15090780f5732d4567ae0f0e6b2c01a1 /src/include | |
| parent | iSCSI updated to use data-xfer interface on the socket side (TCP). (diff) | |
| download | ipxe-f2fa390ae608fe0fc38ed66c723f085f34cb0227.tar.gz ipxe-f2fa390ae608fe0fc38ed66c723f085f34cb0227.tar.xz ipxe-f2fa390ae608fe0fc38ed66c723f085f34cb0227.zip | |
Everything except the SCSI interface should now be present
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/iscsi.h | 8 |
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 * |
