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




src/slave/slave.hpp
Lines 689 (patched)
<https://reviews.apache.org/r/59662/#comment249825>

    hmm, I like it the other way around i.e., since this class has a lot of 
public fields, `struct` is more reasonable here. A `class` with default scoping 
as `public` seems non-intuitive.
    
    @bmahler what do you think?


- Anand Mazumdar


On May 30, 2017, 11:15 p.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59662/
> -----------------------------------------------------------
> 
> (Updated May 30, 2017, 11:15 p.m.)
> 
> 
> Review request for mesos, Anand Mazumdar and Vinod Kone.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> It's wierd that `Executor` and `Framework` are struct, but they have
> `private` fields.
> 
> 
> Diffs
> -----
> 
>   src/slave/slave.hpp 77fb93abc701cd34b69c75b6219c219fdb784a67 
> 
> 
> Diff: https://reviews.apache.org/r/59662/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Jie Yu
> 
>

Reply via email to