diff options
Diffstat (limited to 'src/include/connection.h')
-rw-r--r-- | src/include/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h index 6870fcb1640..691cca436dc 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -334,6 +334,8 @@ struct __wt_connection_impl { uint32_t log_prealloc; /* Log file pre-allocation */ uint32_t txn_logsync; /* Log sync configuration */ + WT_SESSION_IMPL *meta_ckpt_session;/* Metadata checkpoint session */ + WT_SESSION_IMPL *sweep_session; /* Handle sweep session */ wt_thread_t sweep_tid; /* Handle sweep thread */ int sweep_tid_set; /* Handle sweep thread set */ |