Commit 13a93b0e authored by Ramon Nou's avatar Ramon Nou
Browse files

Cargo success on completed

parent ea360088
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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