summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/txg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/txg.h b/include/sys/txg.h
index 263693846..2f87d747c 100644
--- a/include/sys/txg.h
+++ b/include/sys/txg.h
@@ -130,6 +130,9 @@ extern int txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
extern void *txg_list_head(txg_list_t *tl, uint64_t txg);
extern void *txg_list_next(txg_list_t *tl, void *p, uint64_t txg);
+/* Global tuning */
+extern int zfs_txg_timeout;
+
#ifdef __cplusplus
}
#endif