From af0852a5fa41b2373bc72fcd45021daf18445e51 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Tue, 24 Oct 2023 23:43:57 -0700 Subject: [PATCH] [yellowstone] Update TODO. --- sys/yellowstone/yellowstone_server.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/yellowstone/yellowstone_server.cpp b/sys/yellowstone/yellowstone_server.cpp index cfa02a9..69dbef5 100644 --- a/sys/yellowstone/yellowstone_server.cpp +++ b/sys/yellowstone/yellowstone_server.cpp @@ -60,6 +60,8 @@ glcr::ErrorCode YellowstoneServer::HandleRegisterEndpoint( const RegisterEndpointRequest& req, Empty&) { dbgln("Registering."); if (req.endpoint_name() == "denali") { + // FIXME: Rather than blocking and calling the denali service + // immediately we should signal the main thread that it can continue init. denali_cap_ = req.endpoint_capability(); auto part_info_or = HandleDenaliRegistration(denali_cap_); if (!part_info_or.ok()) {