summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/txn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/txn.h')
-rw-r--r--src/third_party/wiredtiger/src/include/txn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/txn.h b/src/third_party/wiredtiger/src/include/txn.h
index 52f319e1da4..29ad33f3b76 100644
--- a/src/third_party/wiredtiger/src/include/txn.h
+++ b/src/third_party/wiredtiger/src/include/txn.h
@@ -170,6 +170,8 @@ struct __wt_txn_global {
WT_TXN_STATE checkpoint_state; /* Checkpoint's txn state */
wt_timestamp_t checkpoint_timestamp; /* Checkpoint's timestamp */
+ volatile uint64_t debug_ops; /* Debug mode op counter */
+ uint64_t debug_rollback; /* Debug mode rollback */
volatile uint64_t metadata_pinned; /* Oldest ID for metadata */
/* Named snapshot state. */