diff options
| author | ahrens <none@none> | 2005-10-31 11:33:35 -0800 |
|---|---|---|
| committer | ahrens <none@none> | 2005-10-31 11:33:35 -0800 |
| commit | fa9e4066f08beec538e775443c5be79dd423fcab (patch) | |
| tree | 576d99665e57bb7cb70584431adb08c14d47e3ce /usr/src/cmd/zonecfg/zonecfg.h | |
| parent | f1b64740276f67fc6914c1d855f2af601efe99ac (diff) | |
| download | illumos-joyent-fa9e4066f08beec538e775443c5be79dd423fcab.tar.gz | |
PSARC 2002/240 ZFS
6338653 Integrate ZFS
PSARC 2004/652 - DKIOCFLUSH
5096886 Write caching disks need mechanism to flush cache to physical media
Diffstat (limited to 'usr/src/cmd/zonecfg/zonecfg.h')
| -rw-r--r-- | usr/src/cmd/zonecfg/zonecfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/zonecfg/zonecfg.h b/usr/src/cmd/zonecfg/zonecfg.h index e0fca7a02d..2c37de8a19 100644 --- a/usr/src/cmd/zonecfg/zonecfg.h +++ b/usr/src/cmd/zonecfg/zonecfg.h @@ -79,9 +79,10 @@ typedef int bool; #define RT_DEVICE 8 #define RT_RCTL 9 #define RT_ATTR 10 +#define RT_DATASET 11 #define RT_MIN RT_UNKNOWN -#define RT_MAX RT_ATTR +#define RT_MAX RT_DATASET /* property types: increment PT_MAX when expanding this list */ #define PT_UNKNOWN 0 |
