summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-03-25 12:10:30 +0000
committertrasz <trasz@FreeBSD.org>2014-03-25 12:10:30 +0000
commitb76fc2462a581480c6d2fef16b8d1024d856301c (patch)
treeb2e9c8dd27e5764a4a60f0352d06b534d1224d7b /usr.sbin/ctld/ctld.h
parent8783fbbc566e8d269dbe118f515d13b898dc9606 (diff)
downloadFreeBSD-src-b76fc2462a581480c6d2fef16b8d1024d856301c.zip
FreeBSD-src-b76fc2462a581480c6d2fef16b8d1024d856301c.tar.gz
MFC r261757:
Rename a variable, no functional changes. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r--usr.sbin/ctld/ctld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h
index ef1731f..3ea999f 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -131,7 +131,7 @@ struct target {
struct conf *t_conf;
struct auth_group *t_auth_group;
struct portal_group *t_portal_group;
- char *t_iqn;
+ char *t_name;
char *t_alias;
};
@@ -224,10 +224,10 @@ struct portal_group *portal_group_find(struct conf *conf, const char *name);
int portal_group_add_listen(struct portal_group *pg,
const char *listen, bool iser);
-struct target *target_new(struct conf *conf, const char *iqn);
+struct target *target_new(struct conf *conf, const char *name);
void target_delete(struct target *target);
struct target *target_find(struct conf *conf,
- const char *iqn);
+ const char *name);
struct lun *lun_new(struct target *target, int lun_id);
void lun_delete(struct lun *lun);
OpenPOWER on IntegriCloud