diff options
author | brendan <none@none> | 2007-11-09 21:33:30 -0800 |
---|---|---|
committer | brendan <none@none> | 2007-11-09 21:33:30 -0800 |
commit | fa94a07fd0519b8abfd871ad8fe60e6bebe1e2bb (patch) | |
tree | 1c594a9272fa03552a1cca3328b7820b409a2563 /usr/src/lib/libdiskmgt/common/libdiskmgt.h | |
parent | 380789fc80376bd1573770361cb177a08c7e3524 (diff) | |
download | illumos-joyent-fa94a07fd0519b8abfd871ad8fe60e6bebe1e2bb.tar.gz |
PSARC 2007/618 ZFS L2ARC
6536054 second tier ("external") ARC
Diffstat (limited to 'usr/src/lib/libdiskmgt/common/libdiskmgt.h')
-rw-r--r-- | usr/src/lib/libdiskmgt/common/libdiskmgt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libdiskmgt/common/libdiskmgt.h b/usr/src/lib/libdiskmgt/common/libdiskmgt.h index 3a580cbfb4..303b03f171 100644 --- a/usr/src/lib/libdiskmgt/common/libdiskmgt.h +++ b/usr/src/lib/libdiskmgt/common/libdiskmgt.h @@ -216,6 +216,7 @@ typedef enum { #define DM_USE_EXPORTED_ZPOOL "exported_zpool" #define DM_USE_ACTIVE_ZPOOL "active_zpool" #define DM_USE_SPARE_ZPOOL "spare_zpool" +#define DM_USE_L2CACHE_ZPOOL "l2cache_zpool" /* event */ #define DM_EV_NAME "name" |