> On Jan. 13, 2015, 1:43 p.m., Vinod Kone wrote:
> > include/mesos/mesos.proto, line 1144
> > <https://reviews.apache.org/r/29600/diff/5/?file=819059#file819059line1144>
> >
> >     There is no include/mesos/state.hpp afaict. Did you mean 
> > src/slave/state.hpp? Also, it is not clear why state.hpp depending on this 
> > proto means this should be moved from internal to public namespace.

A subsequent patch (https://reviews.apache.org/r/29603/) tries to expose 
src/slave/state.hpp as include/mesos/slave/state.hpp and since state.hpp uses 
Task and StatusUpdate for it's own structs, we need to expose these protobufs 
as well.  The idea is to not have any dependency on `src/*` when build modules 
outside the source tree.


- Kapil


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


On Jan. 13, 2015, 11:42 a.m., Kapil Arya wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29600/
> -----------------------------------------------------------
> 
> (Updated Jan. 13, 2015, 11:42 a.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 5007c0c58c5573ef19163c2c58cc3a7c5b555f46 
>   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
> 
>

Reply via email to