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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/txn.h b/src/third_party/wiredtiger/src/include/txn.h
index 12fc2a0a5b7..7e802c188ab 100644
--- a/src/third_party/wiredtiger/src/include/txn.h
+++ b/src/third_party/wiredtiger/src/include/txn.h
@@ -92,7 +92,7 @@ struct __wt_txn_global {
* Prevents the oldest ID moving forwards while threads are scanning
* the global transaction state.
*/
- WT_RWLOCK *scan_rwlock;
+ WT_RWLOCK scan_rwlock;
/*
* Track information about the running checkpoint. The transaction
@@ -114,7 +114,7 @@ struct __wt_txn_global {
volatile uint64_t metadata_pinned; /* Oldest ID for metadata */
/* Named snapshot state. */
- WT_RWLOCK *nsnap_rwlock;
+ WT_RWLOCK nsnap_rwlock;
volatile uint64_t nsnap_oldest_id;
TAILQ_HEAD(__wt_nsnap_qh, __wt_named_snapshot) nsnaph;