summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-02-11 11:27:25 +0000
committertrasz <trasz@FreeBSD.org>2014-02-11 11:27:25 +0000
commit7dbe2512bb7776cd8b34e8d463730fd4d154c84e (patch)
tree8aa5c1f55a2f6af6025cb5e6e973eaa2557cfabf /usr.sbin/ctld/ctld.h
parentf5f5c39110a536f3d9315ab46a04cd29e7389d94 (diff)
downloadFreeBSD-src-7dbe2512bb7776cd8b34e8d463730fd4d154c84e.zip
FreeBSD-src-7dbe2512bb7776cd8b34e8d463730fd4d154c84e.tar.gz
Make it possible to redefine portal-group "default".
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r--usr.sbin/ctld/ctld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h
index 30f0eca..0982ef1 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -146,6 +146,9 @@ struct conf {
uint16_t conf_last_portal_group_tag;
struct pidfh *conf_pidfh;
+
+ bool conf_default_pg_defined;
+ bool conf_default_ag_defined;
};
#define CONN_SESSION_TYPE_NONE 0
OpenPOWER on IntegriCloud