summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2014-01-15 09:26:12 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2014-01-23 21:31:51 +0000
commit01b738f457f2a406fb6b4b264fb7a947b9b9989b (patch)
tree6b31f68856959d4d499f365114ffdad79c172aeb /include
parent478d64fdaeb89c8f029f3dd1969447317eedaa6e (diff)
Diffstat (limited to 'include')
-rw-r--r--include/sys/spa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/spa.h b/include/sys/spa.h
index 0079c18fea34..e7cbff806d98 100644
--- a/include/sys/spa.h
+++ b/include/sys/spa.h
@@ -566,7 +566,7 @@ extern void spa_stats_init(spa_t *spa);
extern void spa_stats_destroy(spa_t *spa);
extern void spa_read_history_add(spa_t *spa, const zbookmark_t *zb,
uint32_t aflags);
-extern void spa_txg_history_add(spa_t *spa, uint64_t txg);
+extern void spa_txg_history_add(spa_t *spa, uint64_t txg, hrtime_t birth_time);
extern int spa_txg_history_set(spa_t *spa, uint64_t txg,
txg_state_t completed_state, hrtime_t completed_time);
extern int spa_txg_history_set_io(spa_t *spa, uint64_t txg, uint64_t nread,