summaryrefslogtreecommitdiff
path: root/src/include/log.h
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-07-15 12:03:59 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-07-15 12:03:59 -0400
commit79d616f2cedd6afac100bdae0544f5f5672a6751 (patch)
tree6ab74f28a53621a58a9c259d85f648138ee965d6 /src/include/log.h
parent27c18d300f38e16e09cfb5c826c7844120e0b11f (diff)
downloadmongo-79d616f2cedd6afac100bdae0544f5f5672a6751.tar.gz
WT-1989 First pass at 2nd patch integration.
Diffstat (limited to 'src/include/log.h')
-rw-r--r--src/include/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/log.h b/src/include/log.h
index 051f9fb262e..a193e02778a 100644
--- a/src/include/log.h
+++ b/src/include/log.h
@@ -158,10 +158,11 @@ typedef struct {
*/
#define WT_SLOT_ACTIVE 1
#define WT_SLOT_POOL 128
+ uint32_t max_used; /* Largest slot in use */
uint32_t pool_index; /* Global pool index */
WT_LOGSLOT *slot_array[WT_SLOT_ACTIVE]; /* Active slots */
WT_LOGSLOT slot_pool[WT_SLOT_POOL]; /* Pool of all slots */
- uint32_t slot_buf_size; /* Buffer size for slots */
+ wt_off_t slot_buf_size; /* Buffer size for slots */
#define WT_LOG_FORCE_CONSOLIDATE 0x01 /* Disable direct writes */
uint32_t flags;