diff options
author | Michael Cahill <mjc@wiredtiger.com> | 2014-08-26 08:26:32 +1000 |
---|---|---|
committer | Michael Cahill <mjc@wiredtiger.com> | 2014-08-26 08:26:32 +1000 |
commit | 098845367d926c70222f503ea2ba578ec82d798c (patch) | |
tree | 3fed9c5064c72aee9eeb4ceacf21e3cdefcffce4 /src/include/log.h | |
parent | ce695ebb5552e6d6d84176a2129d757ce2af403f (diff) | |
parent | a91ebe78080888cea4cf65aa29ce34eb83ec9097 (diff) | |
download | mongo-098845367d926c70222f503ea2ba578ec82d798c.tar.gz |
Merge pull request #1173 from wiredtiger/ckpt-log-size
Add log_size configuration for checkpoints. #1170
Diffstat (limited to 'src/include/log.h')
-rw-r--r-- | src/include/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/log.h b/src/include/log.h index 4cb4ea09405..9b6905df169 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -88,6 +88,7 @@ typedef struct { typedef struct { uint32_t allocsize; /* Allocation alignment size */ + off_t log_written; /* Amount of log written this period */ /* * Log file information */ |