summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-06-29 14:48:14 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-06-29 14:48:14 +1000
commit1e95bcc83853e69b8202914124b78029a4ad8617 (patch)
treefe0f0f2a8718cd1cb6e9daf4b7e4cff64b99251f /src/include
parent37182414c9b4016bfd16ebb6f8da3737dc616051 (diff)
downloadmongo-1e95bcc83853e69b8202914124b78029a4ad8617.tar.gz
Cherry pick naming fixups.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/connection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index 47863091125..f24459a4147 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -318,10 +318,10 @@ struct __wt_connection_impl {
WT_SESSION_IMPL *log_session; /* Log server session */
wt_thread_t log_tid; /* Log server thread */
int log_tid_set; /* Log server thread set */
- WT_CONDVAR *log_close_cond;/* Log close thread wait mutex */
- 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_file_cond; /* Log file thread wait mutex */
+ WT_SESSION_IMPL *log_file_session;/* Log file thread session */
+ wt_thread_t log_file_tid; /* Log file thread thread */
+ int log_file_tid_set;/* Log file 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 */