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


Patch looks great!

Reviews applied: [34378]

All tests passed.

- Mesos ReviewBot


On May 18, 2015, 11:23 p.m., Michael Park wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34378/
> -----------------------------------------------------------
> 
> (Updated May 18, 2015, 11:23 p.m.)
> 
> 
> Review request for mesos and Till Toenshoff.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Since `summarize` captures the important fields of an object, `model` will 
> always be a superset of it.
> We can see that `model(const Framework&)` calls `summarize(const Framework&)` 
> and augments additional fields.
> 
> This patch removes the unnecessary forward declaration and makes `model(const 
> Slave&)` depend on `summarize(const Slave&)` instead.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp 7fa47a9fa2f5667631169876964dccf7fdcc172e 
> 
> Diff: https://reviews.apache.org/r/34378/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Michael Park
> 
>

Reply via email to