-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67375/
-----------------------------------------------------------
(Updated May 31, 2018, 11:05 p.m.)
Review request for mesos, Benjamin Bannier, Greg Mann, and Jie Yu.
Changes
-------
Addressed Jie's comments.
Bugs: MESOS-8943
https://issues.apache.org/jira/browse/MESOS-8943
Repository: mesos
Description
-------
To make it easy to enumerate all types of CSI RPC calls, the `RPC` enum
is introduced. The `RPCTraits` helper class can be used to determine the
request and response type of a particular RPC.
Diffs (updated)
-----
src/CMakeLists.txt f86884de2beb946c8bfc2bb8260e09a9c98ce625
src/Makefile.am b7184ceccef5f2e985d905c155156f95c7a7c7b4
src/csi/rpc.hpp PRE-CREATION
src/csi/rpc.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/67375/diff/2/
Changes: https://reviews.apache.org/r/67375/diff/1-2/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao