-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50493/
-----------------------------------------------------------
(Updated Aug. 5, 2016, 8:18 a.m.)
Review request for mesos and Joseph Wu.
Summary (updated)
-----------------
Added `base` to PIDGroup.
Bugs: MESOS-5828
https://issues.apache.org/jira/browse/MESOS-5828
Repository: mesos
Description (updated)
-------
All subclasses derived from PIDGroup are required to have `base`
as a set of PIDs that always exist from the beginning. Therefore
`base` is refactored into PIDGroup base class. This is a step
towards modularizing replicated_log's PIDGroup abstraction.
Diffs (updated)
-----
3rdparty/libprocess/include/process/pid_group.hpp PRE-CREATION
3rdparty/libprocess/src/pid_group.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/50493/diff/
Testing
-------
see end of review chain
Thanks,
Jay Guo
|