summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-02-19 12:32:16 -0500
committerSusan LoVerso <sue@wiredtiger.com>2015-02-19 12:32:16 -0500
commit777c35b074fce3656c14ca5770b424a65c719134 (patch)
tree3d880436691dc9292cdac349f7255705503ba250 /src/include/connection.h
parentb6e6433166d5f7284f02e977fbf4c117e9ef74a8 (diff)
downloadmongo-777c35b074fce3656c14ca5770b424a65c719134.tar.gz
Add log worker thread to advance write_lsn. #1683
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index 9cb42ae7c80..78b2949ab98 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -320,6 +320,10 @@ struct __wt_connection_impl {
WT_SESSION_IMPL *log_close_session;/* Log close thread session */
wt_thread_t log_close_tid; /* Log close thread thread */
int log_close_tid_set;/* Log close thread set */
+ WT_CONDVAR *log_wrlsn_cond;/* Log write lsn thread wait mutex */
+ WT_SESSION_IMPL *log_wrlsn_session;/* Log write lsn thread session */
+ wt_thread_t log_wrlsn_tid; /* Log write lsn thread thread */
+ int log_wrlsn_tid_set;/* Log write lsn thread set */
WT_LOG *log; /* Logging structure */
WT_COMPRESSOR *log_compressor;/* Logging compressor */
wt_off_t log_file_max; /* Log file max size */