summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdiskmgt/common/libdiskmgt.h
diff options
context:
space:
mode:
authormmusante <none@none>2007-03-01 06:09:49 -0800
committermmusante <none@none>2007-03-01 06:09:49 -0800
commit46657f8d750bdb71753495ce2919170f126b8e34 (patch)
tree37c4c3f3b39f8024dc8d1a42ea0f7a8f9b7b838e /usr/src/lib/libdiskmgt/common/libdiskmgt.h
parented19839e9b6280e7c496bbf23396ad0adb5a6ca7 (diff)
downloadillumos-joyent-46657f8d750bdb71753495ce2919170f126b8e34.tar.gz
6441384 zpool import action message is not correctly localized
6473418 setting user defined property on full filesystem should report error 6513953 Unable to create global hotspare in ja locale
Diffstat (limited to 'usr/src/lib/libdiskmgt/common/libdiskmgt.h')
-rw-r--r--usr/src/lib/libdiskmgt/common/libdiskmgt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libdiskmgt/common/libdiskmgt.h b/usr/src/lib/libdiskmgt/common/libdiskmgt.h
index 7d6fef46d4..67e1b55bef 100644
--- a/usr/src/lib/libdiskmgt/common/libdiskmgt.h
+++ b/usr/src/lib/libdiskmgt/common/libdiskmgt.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -48,7 +48,8 @@ typedef enum {
DM_WHO_ZPOOL_FORCE,
DM_WHO_FORMAT,
DM_WHO_SWAP,
- DM_WHO_DUMP
+ DM_WHO_DUMP,
+ DM_WHO_ZPOOL_SPARE
} dm_who_type_t;
typedef enum {