diff options
Diffstat (limited to 'include/sys/txg.h')
-rw-r--r-- | include/sys/txg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/txg.h b/include/sys/txg.h index e323d5efa..263693846 100644 --- a/include/sys/txg.h +++ b/include/sys/txg.h @@ -108,6 +108,12 @@ extern boolean_t txg_stalled(struct dsl_pool *dp); extern boolean_t txg_sync_waiting(struct dsl_pool *dp); /* + * Wait for pending commit callbacks of already-synced transactions to finish + * processing. + */ +extern void txg_wait_callbacks(struct dsl_pool *dp); + +/* * Per-txg object lists. */ |