summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-09-29 12:52:59 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-09-29 12:52:59 -0400
commitcce60f8be381d6d881fd95b97303bcc429b93087 (patch)
tree024e8020a8e802f38f0be4a4dfcf86b2554bbf26 /src/include/connection.h
parentffcb88877201021dd6cb9062ec8acf2b53943798 (diff)
downloadmongo-cce60f8be381d6d881fd95b97303bcc429b93087.tar.gz
WT-2151 Add zero_fill config to manually zero out log files.
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 2c20c2f7936..0273414f42e 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -342,6 +342,7 @@ struct __wt_connection_impl {
#define WT_CONN_LOG_PREALLOC 0x08 /* Pre-allocation is enabled */
#define WT_CONN_LOG_RECOVER_DONE 0x10 /* Recovery completed */
#define WT_CONN_LOG_RECOVER_ERR 0x20 /* Error if recovery required */
+#define WT_CONN_LOG_ZERO_FILL 0x40 /* Manually zero files */
uint32_t log_flags; /* Global logging configuration */
WT_CONDVAR *log_cond; /* Log server wait mutex */
WT_SESSION_IMPL *log_session; /* Log server session */