----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29600/#review68805 -----------------------------------------------------------
include/mesos/mesos.proto <https://reviews.apache.org/r/29600/#comment113275> Let's not expose these in mesos.proto :) They are strictly internal and it adds to the confusion that we are not using Task for launchTask or that you are not receiving a StatusUpdate instead of a TaskStatus. How about having a internal.proto? We can also isolate this in an eventual mesos-dev package. - Niklas Nielsen On Jan. 19, 2015, 2:52 p.m., Kapil Arya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29600/ > ----------------------------------------------------------- > > (Updated Jan. 19, 2015, 2:52 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 > ------- > > [2/10] Build Mesos Modules outside Mesos source tree. > > This prepares us to expose src/slave/containerizer/isolator.hpp as > <mesos/slave/isolator.hpp> and src/slave/state.hpp as <mesos/slave/state.hpp> > for inclusion for Isolator modules. > > > Diffs > ----- > > include/mesos/mesos.proto 859aa2fba2536b21dd2fe1f0baa2ae3417f63fdf > src/common/http.hpp afce7fea334c7bfa57efc48c413bf906a2ebde32 > src/common/type_utils.hpp 2d22db85f87ec5c1134208aae5b2105d2d267000 > src/common/type_utils.cpp fcc9eb0e27a9cbf53f7923f0c051a6578527ec37 > src/messages/messages.proto 5bd075e9bfe17be334294b5e4c573eb0233030be > src/slave/state.hpp 70777cf6ab681c29ca4df601fe47903e1dbdf41f > > Diff: https://reviews.apache.org/r/29600/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Kapil Arya > >