Illumos #2619 and #2747
[zfs.git] / include / sys / dsl_scan.h
index c79666e..5691f4d 100644 (file)
@@ -20,6 +20,7 @@
  */
 /*
  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012 by Delphix. All rights reserved.
  */
 
 #ifndef        _SYS_DSL_SCAN_H
@@ -79,6 +80,9 @@ typedef struct dsl_scan {
        uint64_t scn_sync_start_time;
        zio_t *scn_zio_root;
 
+       /* for freeing blocks */
+       boolean_t scn_is_bptree;
+
        /* for debugging / information */
        uint64_t scn_visited_this_txg;