[Yellowstone] Start teton after voyageurs is available.

This commit is contained in:
Drew Galbraith 2024-02-24 15:12:21 -08:00
parent 02d4f8c80e
commit 8fb55f56b6
3 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class YellowstoneServer : public YellowstoneServerBase {
void WaitDenaliRegistered();
void WaitVictoriaFallsRegistered();
void WaitVoyageursRegistered();
private:
glcr::HashMap<glcr::String, z_cap_t> endpoint_map_;
@ -37,6 +38,7 @@ class YellowstoneServer : public YellowstoneServerBase {
mmth::Semaphore has_denali_semaphore_;
mmth::Semaphore has_victoriafalls_semaphore_;
mmth::Semaphore has_voyageurs_;
YellowstoneServer(z_cap_t endpoint_cap);
};