-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67156/
-----------------------------------------------------------
(Updated May 17, 2018, 7:37 p.m.)
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Jie Yu, and Zhitao
Li.
Changes
-------
Addressed Benjamin's comments.
Bugs: MESOS-8924
https://issues.apache.org/jira/browse/MESOS-8924
Repository: mesos
Description
-------
This renaming is made to avoid name conflicts between `::grpc::Channel`
and libprocess' own wrapper. Also, since this wrapper is only used
at the client side, it is moved into the `client` namespace.
Diffs (updated)
-----
3rdparty/libprocess/include/process/grpc.hpp
321a46e19c69eafb24012bcef68bb8b0cc6aa436
3rdparty/libprocess/src/tests/grpc_tests.cpp
38cd6c61b54518a1019bb11a3551be13026c3f0d
Diff: https://reviews.apache.org/r/67156/diff/4/
Changes: https://reviews.apache.org/r/67156/diff/3-4/
Testing
-------
make check in libprocess
NOTE: Mesos cannot be built with this patch standalone. The tests are done
later in the chain.
Thanks,
Chun-Hung Hsiao