]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/spa_impl.h
Add visibility in to arc_read
[mirror_zfs.git] / include / sys / spa_impl.h
index 47dfe432eed2f38fa536cec8a34198f7add27012..107d14a76cfd0aa287451f16ae767eaef0315f11 100644 (file)
@@ -236,6 +236,8 @@ struct spa {
        uint64_t        spa_deadman_calls;      /* number of deadman calls */
        uint64_t        spa_sync_starttime;     /* starting time fo spa_sync */
        uint64_t        spa_deadman_synctime;   /* deadman expiration timer */
+       spa_stats_t     spa_stats;              /* assorted spa statistics */
+
        /*
         * spa_refcnt & spa_config_lock must be the last elements
         * because refcount_t changes size based on compilation options.