]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/dsl_scan.h
OpenZFS 7614, 9064 - zfs device evacuation/removal
[mirror_zfs.git] / include / sys / dsl_scan.h
index 7a29d9788067b301523cd322c0b0b510fbc54b25..345d2754fb65a3e4da3fa5002058eca8ebfdf74d 100644 (file)
@@ -20,7 +20,7 @@
  */
 /*
  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2017 by Delphix. All rights reserved.
  * Copyright (c) 2017 Datto Inc.
  */
 
@@ -117,6 +117,7 @@ typedef struct dsl_scan {
        boolean_t scn_is_bptree;
        boolean_t scn_async_destroying;
        boolean_t scn_async_stalled;
+       uint64_t  scn_async_block_min_time_ms;
 
        /* flags and stats for controlling scan state */
        boolean_t scn_is_sorted;        /* doing sequential scan */