summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-07-10 00:26:13 -0500
committerMike Christie <michaelc@cs.wisc.edu>2010-07-10 00:26:13 -0500
commitfe5cca505d6509dd67cefe85a96e0a4db6cedb4d (patch)
tree30548c66cf734cad8e9583cb053d998e63719948 /include
parentef4cfcdc7b66a6783aa68af97f02a055908657f0 (diff)
downloadopen-iscsi-fe5cca505d6509dd67cefe85a96e0a4db6cedb4d.tar.gz
iscsi boot: add support for iscsi boot sysfs module
This patch modifies the ibft sysfs code to support the iscsi boot sysfs module which is used by be2iscsi to export be2iscsi boot info.
Diffstat (limited to 'include')
-rw-r--r--include/fw_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fw_context.h b/include/fw_context.h
index abdff42..770b41a 100644
--- a/include/fw_context.h
+++ b/include/fw_context.h
@@ -54,6 +54,8 @@ struct boot_context {
char mask[18];
char lun[17];
char vlan[15];
+
+ char scsi_host_name[64];
};
extern int fw_get_entry(struct boot_context *context);