-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46190/
-----------------------------------------------------------
(Updated 四月 14, 2016, 11:25 p.m.)
Review request for mesos, Kevin Klues and Vinod Kone.
Bugs: MESOS-5057
https://issues.apache.org/jira/browse/MESOS-5057
Repository: mesos
Description
-------
[#MESOS-5057]
Rename 'slave' to 'agent' in the standard output messages of
libprocess
Diffs
-----
3rdparty/libprocess/src/test-master.cpp
03f2f83613674b3b9edfe76b76adb9b2513c1f06
3rdparty/libprocess/src/test-slave.cpp
9797792d79448dc8e9ed31ef689fa9655250c1c4
Diff: https://reviews.apache.org/r/46190/diff/
Testing (updated)
-------
Perform the following regular expression on 'mesos/src' and 'mesos/support'
folder to find out all the message strings(in Eclipse IDE):
```
^[^#include].*".*slave.*"
```
then filter out the lines that using term 'slave' as the field name or
attribute name
make
make check
Thanks,
zhou xing