diff options
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); - |
