summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-12-02 16:53:55 -0500
committerDon Anderson <dda@ddanderson.com>2014-12-02 16:53:55 -0500
commit6bd8e749deb7975cb37f18ae39a43112040aa9be (patch)
tree0f5da4ac1c52bac28f4c1dc8e8539cb47fcd189f /src/include/connection.h
parentc51da773be4a244611681bc30bcfa2a16008b239 (diff)
parentefd9bc09ce610959748bb085abf28c4aab291024 (diff)
downloadmongo-6bd8e749deb7975cb37f18ae39a43112040aa9be.tar.gz
Merge branch 'orig-log-compress' into log-compress
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index e1ff13ad691..f9f5fe20460 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -256,6 +256,7 @@ struct __wt_connection_impl {
wt_thread_t log_tid; /* Log archive thread */
int log_tid_set; /* Log archive thread set */
WT_LOG *log; /* Logging structure */
+ WT_COMPRESSOR *log_compressor;/* Logging compressor */
wt_off_t log_file_max; /* Log file max size */
const char *log_path; /* Logging path format */
uint32_t log_prealloc; /* Log file pre-allocation */