diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index eea33f7b1544..3f631b08a1ab 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -228,8 +228,9 @@ struct iscsi_session { | |||
228 | char *password_in; | 228 | char *password_in; |
229 | char *targetname; | 229 | char *targetname; |
230 | char *initiatorname; | 230 | char *initiatorname; |
231 | /* hw address being used for iscsi connection */ | 231 | /* hw address or netdev iscsi connection is bound to */ |
232 | char *hwaddress; | 232 | char *hwaddress; |
233 | char *netdev; | ||
233 | /* control data */ | 234 | /* control data */ |
234 | struct iscsi_transport *tt; | 235 | struct iscsi_transport *tt; |
235 | struct Scsi_Host *host; | 236 | struct Scsi_Host *host; |