summaryrefslogtreecommitdiff
path: root/src/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/log.h')
-rw-r--r--src/include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/log.h b/src/include/log.h
index 387d0c6c154..7655cfbb3e9 100644
--- a/src/include/log.h
+++ b/src/include/log.h
@@ -257,6 +257,7 @@ struct __wt_log {
uint64_t write_calls; /* Calls to log_write */
#endif
+#define WT_LOG_NOT_VERIFIED 0x1 /* Log just started */
uint32_t flags;
};