[yellowstone] Update TODO.
This commit is contained in:
parent
05e12aaa7d
commit
af0852a5fa
|
@ -60,6 +60,8 @@ glcr::ErrorCode YellowstoneServer::HandleRegisterEndpoint(
|
||||||
const RegisterEndpointRequest& req, Empty&) {
|
const RegisterEndpointRequest& req, Empty&) {
|
||||||
dbgln("Registering.");
|
dbgln("Registering.");
|
||||||
if (req.endpoint_name() == "denali") {
|
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();
|
denali_cap_ = req.endpoint_capability();
|
||||||
auto part_info_or = HandleDenaliRegistration(denali_cap_);
|
auto part_info_or = HandleDenaliRegistration(denali_cap_);
|
||||||
if (!part_info_or.ok()) {
|
if (!part_info_or.ok()) {
|
||||||
|
|
Loading…
Reference in New Issue