Loading src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ hg_return_t rpc_srv_read(hg_handle_t handle) { #else gkfs::rpc::SimpleHashDistributor distributor(host_id, host_size); #endif #endif auto path = make_shared<string>(in.path); // chnk_ids used by this host vector<uint64_t> chnk_ids_host(in.chunk_n); Loading Loading
src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ hg_return_t rpc_srv_read(hg_handle_t handle) { #else gkfs::rpc::SimpleHashDistributor distributor(host_id, host_size); #endif #endif auto path = make_shared<string>(in.path); // chnk_ids used by this host vector<uint64_t> chnk_ids_host(in.chunk_n); Loading