summaryrefslogtreecommitdiffstats
path: root/sys/cddl
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-09-10 04:44:13 +0000
committerpjd <pjd@FreeBSD.org>2010-09-10 04:44:13 +0000
commit746c2148074dff5c4c24a6d6b94560eebb23fdea (patch)
tree7ee87ebb13b978b3a4f0f35461f75664efdef3d8 /sys/cddl
parente129c18a83ef78db5e988b3cae51cdbedb5cf4a1 (diff)
downloadFreeBSD-src-746c2148074dff5c4c24a6d6b94560eebb23fdea.zip
FreeBSD-src-746c2148074dff5c4c24a6d6b94560eebb23fdea.tar.gz
Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.
Reported by: keramida MFC after: 2 weeks
Diffstat (limited to 'sys/cddl')
-rw-r--r--sys/cddl/boot/zfs/zfsimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cddl/boot/zfs/zfsimpl.h b/sys/cddl/boot/zfs/zfsimpl.h
index 245e01b..34b9a63 100644
--- a/sys/cddl/boot/zfs/zfsimpl.h
+++ b/sys/cddl/boot/zfs/zfsimpl.h
@@ -546,6 +546,7 @@ typedef enum {
#define ZPOOL_CONFIG_NPARITY "nparity"
#define ZPOOL_CONFIG_HOSTID "hostid"
#define ZPOOL_CONFIG_HOSTNAME "hostname"
+#define ZPOOL_CONFIG_IS_LOG "is_log"
#define ZPOOL_CONFIG_TIMESTAMP "timestamp" /* not stored on disk */
/*
OpenPOWER on IntegriCloud