PA: Add ehook-getting support.

This commit is contained in:
David Goldblatt
2020-03-10 12:04:16 -07:00
committed by David Goldblatt
parent eba35e2e48
commit 7624043a41
2 changed files with 11 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, base_t *base, unsigned ind,
shard->stats = stats;
memset(shard->stats, 0, sizeof(*shard->stats));
shard->base = base;
return false;
}