[Yellowstone] Start teton after voyageurs is available.
This commit is contained in:
parent
02d4f8c80e
commit
8fb55f56b6
3 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue