Put extent_state_t into ecache as well as eset.

This commit is contained in:
David Goldblatt
2019-12-12 16:44:49 -08:00
committed by David Goldblatt
parent 98eb40e563
commit d8b0b66c6c
6 changed files with 17 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ ecache_init(tsdn_t *tsdn, ecache_t *ecache, extent_state_t state,
malloc_mutex_rank_exclusive)) {
return true;
}
ecache->state = state;
ecache->delay_coalesce = delay_coalesce;
eset_init(&ecache->eset, state);
return false;