summaryrefslogtreecommitdiff
path: root/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stat.h')
-rw-r--r--src/include/stat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/stat.h b/src/include/stat.h
index 3af63b5b2d7..e921d64a0c5 100644
--- a/src/include/stat.h
+++ b/src/include/stat.h
@@ -399,10 +399,10 @@ struct __wt_connection_stats {
int64_t txn_checkpoint_time_total;
int64_t txn_checkpoint;
int64_t txn_fail_cache;
- int64_t txn_fsync_post;
- int64_t txn_fsync_pre;
- int64_t txn_fsync_post_duration;
- int64_t txn_fsync_pre_duration;
+ int64_t txn_checkpoint_fsync_post;
+ int64_t txn_checkpoint_fsync_pre;
+ int64_t txn_checkpoint_fsync_post_duration;
+ int64_t txn_checkpoint_fsync_pre_duration;
int64_t txn_pinned_range;
int64_t txn_pinned_checkpoint_range;
int64_t txn_pinned_snapshot_range;