Loading src/client/preload.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ void init_ld_environment_() { auto distributor = std::make_shared<gkfs::rpc::SimpleHashDistributor>(CTX->local_host_id(), CTX->hosts().size()); #endif CTX->distributor(distributor); #endif LOG(INFO, "Retrieving file system configuration..."); Loading Loading
src/client/preload.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ void init_ld_environment_() { auto distributor = std::make_shared<gkfs::rpc::SimpleHashDistributor>(CTX->local_host_id(), CTX->hosts().size()); #endif CTX->distributor(distributor); #endif LOG(INFO, "Retrieving file system configuration..."); Loading