[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
|
|
@ -49,6 +49,10 @@ uint64_t main(uint64_t port_cap) {
|
|||
|
||||
for (glcr::StringView& file : files) {
|
||||
if (!file.empty()) {
|
||||
// TODO: Implement startup dependencies.
|
||||
if (file == "teton") {
|
||||
server->WaitVoyageursRegistered();
|
||||
}
|
||||
mmth::File binary = mmth::File::Open(glcr::StrFormat("/bin/{}", file));
|
||||
|
||||
ASSIGN_OR_RETURN(client_cap, server->CreateClientCap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue