aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_frontend_iscsi.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2014-04-16 11:00:10 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2014-04-16 11:00:10 +0000
commit8eab95d6461d4f51d07b4b3beb43fa69cd21d66f (patch)
tree916fd31e70aa8477e824ff170d7e62f75dd78eb1 /sys/cam/ctl/ctl_frontend_iscsi.h
parent9a95cfffd8b289ffb3dede0eb510b6ed87a3c038 (diff)
downloadsrc-8eab95d6461d4f51d07b4b3beb43fa69cd21d66f.tar.gz
src-8eab95d6461d4f51d07b4b3beb43fa69cd21d66f.zip
Properly pass the initiator address when running in proxy mode.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=264530
Diffstat (limited to 'sys/cam/ctl/ctl_frontend_iscsi.h')
-rw-r--r--sys/cam/ctl/ctl_frontend_iscsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/ctl/ctl_frontend_iscsi.h b/sys/cam/ctl/ctl_frontend_iscsi.h
index 759c739d02f3..aca89f9dcfca 100644
--- a/sys/cam/ctl/ctl_frontend_iscsi.h
+++ b/sys/cam/ctl/ctl_frontend_iscsi.h
@@ -82,6 +82,7 @@ struct cfiscsi_session {
unsigned int cs_id;
int cs_ctl_initid;
#ifdef ICL_KERNEL_PROXY
+ struct sockaddr *cs_initiator_sa;
int cs_portal_id;
bool cs_login_phase;
bool cs_waiting_for_ctld;