-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34375/#review84497
-----------------------------------------------------------
Ship it!
I admit I don't like namespace aliases which have the scope of a whole file,
but I have found useful to do it inside functions:
```c++
int foo() {
namespace http = process::http;
return http::bar;
}
```
I would be open to discuss their usage in this circumstance.
- Alexander Rojas
On May 19, 2015, 1:13 a.m., Michael Park wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34375/
> -----------------------------------------------------------
>
> (Updated May 19, 2015, 1:13 a.m.)
>
>
> Review request for mesos and Till Toenshoff.
>
>
> Repository: mesos
>
>
> Description
> -------
>
> See summary.
>
>
> Diffs
> -----
>
> src/master/master.cpp eaea79df2c693d15087d70b3c9b988e57c894f8e
> src/slave/slave.cpp 8e88482f41f37ce7f2559fe793565b66ac46fb35
> src/tests/master_tests.cpp ba3858fb3026f2cc7af0523bd1a0c541eeafc34b
> src/tests/slave_tests.cpp acae49731ff17103b529cdf828a63d9d55668549
>
> Diff: https://reviews.apache.org/r/34375/diff/
>
>
> Testing
> -------
>
> make check
>
>
> Thanks,
>
> Michael Park
>
>