Loading src/proxy/rpc/forward_data.cpp +0 −1 Changes for src/proxy/rpc/forward_data.cpp: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -124,7 +124,6 @@ forward_write(const std::string& path, void* buf, const int64_t offset, rpc_in.path = path; rpc_in.offset = block_overrun(offset, gkfs::config::rpc::chunksize); rpc_in.host_id = target; rpc_in.copy = 0; rpc_in.host_size = PROXY_DATA->rpc_endpoints().size(); rpc_in.wbitset = gkfs::rpc::compress_bitset(chnk_bitset); rpc_in.chunk_n = target_chnks[target].size(); Loading Loading
src/proxy/rpc/forward_data.cpp +0 −1 Changes for src/proxy/rpc/forward_data.cpp: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -124,7 +124,6 @@ forward_write(const std::string& path, void* buf, const int64_t offset, rpc_in.path = path; rpc_in.offset = block_overrun(offset, gkfs::config::rpc::chunksize); rpc_in.host_id = target; rpc_in.copy = 0; rpc_in.host_size = PROXY_DATA->rpc_endpoints().size(); rpc_in.wbitset = gkfs::rpc::compress_bitset(chnk_bitset); rpc_in.chunk_n = target_chnks[target].size(); Loading