diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 348265d4a27e..61bc8f75b267 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -221,6 +221,10 @@ struct iscsi_session { | |||
221 | int dataseq_inorder_en; | 221 | int dataseq_inorder_en; |
222 | int erl; | 222 | int erl; |
223 | int tpgt; | 223 | int tpgt; |
224 | char *username; | ||
225 | char *username_in; | ||
226 | char *password; | ||
227 | char *password_in; | ||
224 | char *targetname; | 228 | char *targetname; |
225 | char *initiatorname; | 229 | char *initiatorname; |
226 | /* hw address being used for iscsi connection */ | 230 | /* hw address being used for iscsi connection */ |