Loading src/request_manager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ request_manager::lookup(std::uint64_t tid) { } } // TODO : completed should have the name of the file if its not found return request_status{"", transfer_state::completed, 0.0f}; return request_status{"", transfer_state::completed, 0.0f, error_code::success}; } LOGGER_ERROR("{}: Request {} not found", __FUNCTION__, tid); Loading src/worker/ops.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ operation::set_comm(int rank, std::uint64_t tid, std::uint32_t seqno, cargo::error_code operation::progress() const { return error_code::other; return error_code::success; } } // namespace cargo Loading
src/request_manager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ request_manager::lookup(std::uint64_t tid) { } } // TODO : completed should have the name of the file if its not found return request_status{"", transfer_state::completed, 0.0f}; return request_status{"", transfer_state::completed, 0.0f, error_code::success}; } LOGGER_ERROR("{}: Request {} not found", __FUNCTION__, tid); Loading
src/worker/ops.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ operation::set_comm(int rank, std::uint64_t tid, std::uint32_t seqno, cargo::error_code operation::progress() const { return error_code::other; return error_code::success; } } // namespace cargo