-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61052/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Repository: mesos
Description
-------
In the original implementation we needed a Gate to potentially outlive
a Process so we stored it in a global map. This patch instead uses
std::shared_ptr to simplfy the code.
Diffs
-----
3rdparty/libprocess/include/process/process.hpp d40179f874754e00b58f271c401650138dc7d01c
3rdparty/libprocess/src/gate.hpp a51610e9b20acfe6cd22ea932efd1e6afad84cf2
3rdparty/libprocess/src/process.cpp b268cdad776a3ca2a87cbe60eb098bde2a70667c
Diff: https://reviews.apache.org/r/61052/diff/1/
Testing
-------
make check
Thanks,
Benjamin Hindman
|