summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h b/src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h
index 61e1b99f28a..28c1ee4265b 100644
--- a/src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h
+++ b/src/third_party/wiredtiger/test/cppsuite/test_harness/workload/thread_context.h
@@ -159,6 +159,7 @@ class thread_context {
public:
scoped_session session;
scoped_cursor op_track_cursor;
+ scoped_cursor stat_cursor;
transaction_context transaction;
timestamp_manager *tsm;
workload_tracking *tracking;