PAC: move in emap

This commit is contained in:
David Goldblatt
2020-05-29 17:47:04 -07:00
committed by David Goldblatt
parent 7efcb946c4
commit 65803171a7
4 changed files with 31 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, emap_t *emap, base_t *base,
if (edata_cache_init(&shard->edata_cache, base)) {
return true;
}
if (pac_init(tsdn, &shard->pac, ind, &shard->edata_cache)) {
if (pac_init(tsdn, &shard->pac, ind, emap, &shard->edata_cache)) {
return true;
}
if (ecache_grow_init(tsdn, &shard->ecache_grow)) {