-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29601/
-----------------------------------------------------------
(Updated Jan. 9, 2015, 6:12 p.m.)
Review request for mesos, Niklas Nielsen, Till Toenshoff, and Timothy Chen.
Bugs: MESOS-2096
https://issues.apache.org/jira/browse/MESOS-2096
Repository: mesos-git
Description
-------
[4/9] Build Mesos Modules outside Mesos source tree.
This is to make isolator.hpp independent of any other files in src/. There is
one minor glitch with this approach. Apparently, isolator.hpp requires RunState
and TaskState structs that were previously declared inside state.hpp. The
solution was to move these structs from state.hpp to isolator.hpp.
Diffs
-----
src/slave/containerizer/isolator.hpp e82a14201f734292a46b8816c894fa8c766dae5a
src/slave/state.hpp 592182b21ae2700c627f180db38ca5dc1b3c9e8a
Diff: https://reviews.apache.org/r/29601/diff/
Testing
-------
make check
Thanks,
Kapil Arya