summaryrefslogtreecommitdiff
path: root/kernel/libiscsi.h
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:46:06 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:46:06 +0000
commita8c830cdb2ee547ddf2217d66c51cad7ccea0ce4 (patch)
tree81f9ad1d3f016f7528e63579448b69ee2f17bd37 /kernel/libiscsi.h
parente8cf118180d5c84ab33d41946a7945de3fb6e496 (diff)
downloadopen-iscsi-a8c830cdb2ee547ddf2217d66c51cad7ccea0ce4.tar.gz
For now we are not going to be able to settle on a way to force each iscsi stack use the same initiator name, so export what the user set up (we do not prevent users from doing this today so they can just set the same name for every stack) and let userspace sort it out
git-svn-id: svn://svn.berlios.de/open-iscsi@785 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'kernel/libiscsi.h')
-rw-r--r--kernel/libiscsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/libiscsi.h b/kernel/libiscsi.h
index 46370db..85a144a 100644
--- a/kernel/libiscsi.h
+++ b/kernel/libiscsi.h
@@ -224,6 +224,7 @@ struct iscsi_session {
int erl;
int tpgt;
char *targetname;
+ char *initiatorname;
/* hw address being used for iscsi connection */
char *hwaddress;
/* control data */