-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63639/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
Using rvalue reference parameter in protobuf handler opts-out of arena
usage, and allows moving message further in dispatch chain.
Diffs
-----
3rdparty/libprocess/include/process/protobuf.hpp
fe152f273332470ac50f9715291897bb04cf95b9
Diff: https://reviews.apache.org/r/63639/diff/1/
Testing
-------
make check
Thanks,
Dmitry Zhuk