-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31043/
-----------------------------------------------------------
Review request for mesos, Kapil Arya and Niklas Nielsen.
Bugs: MESOS-2335
https://issues.apache.org/jira/browse/MESOS-2335
Repository: mesos-incubating
Description
-------
A new kind of module that receives callbacks at significant life cycle events
of its host libprocess process. Typically the latter is a Mesos slave or master
and the life time of the libprocess process coincides with the underlying OS
process.
Diffs
-----
include/mesos/lifecycle.hpp PRE-CREATION
include/mesos/module/lifecycle.hpp PRE-CREATION
src/Makefile.am d372404
src/module/lifecycle/manager.hpp PRE-CREATION
Diff: https://reviews.apache.org/r/31043/diff/
Testing
-------
make distcheck on trailing patch of this set.
Thanks,
Till Toenshoff