From e8652707f05061e2c2607331bed4ef700b30f854 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 11 Feb 2014 11:14:50 +0000 Subject: Rename a variable, no functional changes. Sponsored by: The FreeBSD Foundation --- usr.sbin/ctld/ctld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ctld/ctld.h') diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h index 1b1b30d..127f1f4 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); -- cgit v1.1