diff options
Diffstat (limited to 'include/sys/spa.h')
-rw-r--r-- | include/sys/spa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/spa.h b/include/sys/spa.h index cb3ce11bc..13c9672aa 100644 --- a/include/sys/spa.h +++ b/include/sys/spa.h @@ -550,6 +550,7 @@ typedef struct spa_stats { spa_stats_history_t read_history; spa_stats_history_t txg_history; spa_stats_history_t tx_assign_histogram; + spa_stats_history_t io_history; } spa_stats_t; typedef enum txg_state { |