diff --git a/include/seastar/rpc/rpc_impl.hh b/include/seastar/rpc/rpc_impl.hh index 2f25763ab98..f57f01529fc 100644 --- a/include/seastar/rpc/rpc_impl.hh +++ b/include/seastar/rpc/rpc_impl.hh @@ -442,7 +442,7 @@ inline auto wait_for_reply(no_wait_type, std::optional -inline auto wait_for_reply(no_wait_type, std::optional, cancellable*, rpc::client&, id_type, +inline auto wait_for_reply(no_wait_type, std::optional, rpc_clock_type::time_point, cancellable*, rpc::client&, id_type, signature (InArgs...)>) { // future overload return make_ready_future<>(); }