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

Review request for mesos.


Repository: mesos


Description
-------

According Joris advice, only replace the 'lambda::bind' expressions match these 
rules:

1. Binds to a static function without any side-effects.
2. Is self contained (i.e. does not rely on contextual parameters)
3. Does not bind in any arguments. (i.e. only uses lambda::_N for arguments)
4. Is only called in 1 place OR is so small that it is ok to repeat the code.


Diffs
-----

  3rdparty/libprocess/src/process.cpp 588bd3e40a0b350ceca15bb8f3f78290ba41d173 
  3rdparty/libprocess/src/tests/benchmarks.cpp 
0d6714807f7027e6ab199eb0d9ff57bc8a3a2d8a 

Diff: https://reviews.apache.org/r/34017/diff/


Testing
-------

make check


Thanks,

haosdent huang

Reply via email to