diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-11-13 10:33:48 -0800 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-12-05 14:57:33 -0800 |
commit | bafd1f1462c49949e0251d74b4fbfa24d29bc79a (patch) | |
tree | 03049033757285b88f8fb6ace7da16e061199c5c /usr/src/uts/common/sys/zone.h | |
parent | 156d6b3a5d0ba06e75f7973c6ba994107ae8df0e (diff) | |
download | illumos-joyent-bafd1f1462c49949e0251d74b4fbfa24d29bc79a.tar.gz |
5330 zone brands could control init restart behavior
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common/sys/zone.h')
-rw-r--r-- | usr/src/uts/common/sys/zone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/zone.h b/usr/src/uts/common/sys/zone.h index cb701bc713..7e567c0cdb 100644 --- a/usr/src/uts/common/sys/zone.h +++ b/usr/src/uts/common/sys/zone.h @@ -103,6 +103,7 @@ extern "C" { #define ZONE_ATTR_HOSTID 15 #define ZONE_ATTR_FS_ALLOWED 16 #define ZONE_ATTR_NETWORK 17 +#define ZONE_ATTR_INITNORESTART 20 /* Start of the brand-specific attribute namespace */ #define ZONE_ATTR_BRAND_ATTRS 32768 |