[VictoriaFalls] Register VFS endpoint with yellowstone.
This commit is contained in:
parent
48c7721b0f
commit
38fb6ca170
5 changed files with 30 additions and 8 deletions
|
|
@ -29,6 +29,10 @@ uint64_t main(uint64_t port_cap) {
|
|||
ASSIGN_OR_RETURN(YellowstoneClient client2, server->CreateClient());
|
||||
check(SpawnProcess(gBootVictoriaFallsVmmoCap, client2.Capability()));
|
||||
|
||||
check(server->WaitVictoriaFallsRegistered());
|
||||
|
||||
dbgln("VFS Available.");
|
||||
|
||||
check(server_thread.Join());
|
||||
dbgln("Yellowstone Finished Successfully.");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue