diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-20 14:23:26 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-20 14:23:26 +0000 |
commit | d6ec6b34abd531e05b9ad0db0b9d93bbcd718e82 (patch) | |
tree | 026d506613b9a73db9331dad3b5f87d3e157ace0 /sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp | |
parent | security/softether-devel: Update to v4.31.9727-beta (diff) |
Unbreak by reverting the patch for grpc 1.24, which was downgraded to 1.22 [1]
PR: 241933, 241594 [1]
Submitted by: James Wright <james.wright@digital-chaos.com>
Diffstat (limited to 'sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp')
-rw-r--r-- | sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp b/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp deleted file mode 100644 index 5755bac3175f..000000000000 --- a/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- 3rdparty/libprocess/include/process/grpc.hpp.orig 2019-11-04 22:31:46 UTC -+++ 3rdparty/libprocess/include/process/grpc.hpp -@@ -90,7 +90,7 @@ struct MethodTraits; // Undefined. - - template <typename Stub, typename Request, typename Response> - struct MethodTraits< -- std::unique_ptr<::grpc::ClientAsyncResponseReader<Response>>(Stub::*)( -+ std::unique_ptr<::grpc_impl::ClientAsyncResponseReader<Response>>(Stub::*)( - ::grpc::ClientContext*, - const Request&, - ::grpc::CompletionQueue*)> -@@ -235,7 +235,7 @@ class Runtime (public) - std::shared_ptr<Response> response(new Response()); - std::shared_ptr<::grpc::Status> status(new ::grpc::Status()); - -- std::shared_ptr<::grpc::ClientAsyncResponseReader<Response>> reader = -+ std::shared_ptr<::grpc_impl::ClientAsyncResponseReader<Response>> reader = - (typename internal::MethodTraits<Method>::stub_type( - connection.channel).*method)(context.get(), request, queue); - |