Author: pjd
Date: Fri Sep 10 04:44:13 2010
New Revision: 212407
URL: http://svn.freebsd.org/changeset/base/212407

Log:
  Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.
  
  Reported by:  keramida
  MFC after:    2 weeks

Modified:
  head/sys/cddl/boot/zfs/zfsimpl.h

Modified: head/sys/cddl/boot/zfs/zfsimpl.h
==============================================================================
--- head/sys/cddl/boot/zfs/zfsimpl.h    Fri Sep 10 03:52:05 2010        
(r212406)
+++ head/sys/cddl/boot/zfs/zfsimpl.h    Fri Sep 10 04:44:13 2010        
(r212407)
@@ -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 */
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to