Commit 5101be3d authored by Ramon Nou's avatar Ramon Nou
Browse files

Fix proxy write RPC compilation

parent 3ee5abd4
Loading
Loading
Loading
Loading
Loading
+0 −1
Changes for src/proxy/rpc/forward_data.cpp: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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();