es: Populate/synthesize tickets on construction

This commit is contained in:
Zach Hilman 2019-04-17 11:29:21 -04:00
parent 7b86f1b7f8
commit 51374d2489
3 changed files with 17 additions and 15 deletions

View file

@ -236,6 +236,7 @@ public:
void DeriveBase();
void DeriveETicket(PartitionDataManager& data);
void PopulateTickets();
void SynthesizeTickets();
void PopulateFromPartitionData(PartitionDataManager& data);