-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31044/
-----------------------------------------------------------
Review request for mesos, Kapil Arya and Niklas Nielsen.
Bugs: MESOS-2335
https://issues.apache.org/jira/browse/MESOS-2335
Repository: mesos-incubating
Description
-------
Both master and slave now support loading life cycle modules. Their main
(libprocess) process sends callbacks to all loaded life cycle modules.
Diffs
-----
src/master/flags.hpp 51a6059
src/master/main.cpp a1efd2b
src/master/master.cpp f10a3cf
src/module/manager.cpp 44a3e65
src/slave/flags.hpp ddb3259
src/slave/main.cpp 173a1a3
src/slave/slave.cpp ec7ec13
Diff: https://reviews.apache.org/r/31044/diff/
Testing
-------
make distcheck on trailing patch of this set.
Thanks,
Till Toenshoff