-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20141/
-----------------------------------------------------------

(Updated April 11, 2014, 2:03 a.m.)


Review request for mesos, Benjamin Hindman and Niklas Nielsen.


Changes
-------

Moved Termination to containerizer.proto
Added containerizer.proto to Java builds
Moved containerizer.proto into include/mesos
Removed duplicate Java rule


Repository: mesos-git


Description (updated)
-------

Adds containerizer.proto containing protobuf message definitions for "Launch", 
"Update" and "Termination". All of those are used in the upcoming External 
Containerizer.
These protos are defined within their own C++ namespace: "containerizer".

Replaced slave::Containerizer::Termination with the containerizer::Termination 
protobuf, gaining a serializable Termination message.

The protoc results are added towards the Python Egg (containerizer_pb2.py) and 
the Java package (ContainerizerProtos.java). 


Diffs (updated)
-----

  include/mesos/containerizer.proto PRE-CREATION 
  src/Makefile.am 95f133d 
  src/slave/containerizer/containerizer.hpp d9ae326 
  src/slave/containerizer/mesos_containerizer.hpp ee1fd30 
  src/slave/containerizer/mesos_containerizer.cpp 1ce41d7 
  src/slave/slave.hpp 08f6005 
  src/slave/slave.cpp cddb241 
  src/tests/containerizer.hpp a9f1531 
  src/tests/containerizer.cpp bfb9341 

Diff: https://reviews.apache.org/r/20141/diff/


Testing
-------

make check


Thanks,

Till Toenshoff

Reply via email to