summaryrefslogtreecommitdiff
path: root/src/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/log.h')
-rw-r--r--src/include/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/log.h b/src/include/log.h
index 3f2cb2ba8e6..d9fea892c68 100644
--- a/src/include/log.h
+++ b/src/include/log.h
@@ -235,7 +235,7 @@ struct __wt_log {
WT_SPINLOCK log_sync_lock; /* Locked: Single-thread fsync */
WT_SPINLOCK log_writelsn_lock; /* Locked: write LSN */
- WT_RWLOCK *log_archive_lock; /* Archive and log cursors */
+ WT_RWLOCK log_archive_lock;/* Archive and log cursors */
/* Notify any waiting threads when sync_lsn is updated. */
WT_CONDVAR *log_sync_cond;