You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by James Peach <jp...@apache.org> on 2017/05/11 16:43:16 UTC

Review Request 59183: Refactor setting capabilities into a helper function.

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

Review request for mesos and Jie Yu.


Bugs: MESOS-7476
    https://issues.apache.org/jira/browse/MESOS-7476


Repository: mesos


Description
-------

Setting the capabilities for the launched process will become a bit more
involved in subsequent commits so hoist it into a helper function with
no semantic changes to make the code review more obvious.


Diffs
-----

  src/slave/containerizer/mesos/launch.cpp 2835beff9dbfa7f2a1cac306a58e2b1d66c14342 


Diff: https://reviews.apache.org/r/59183/diff/1/


Testing
-------

make check (Fedora 25).


Thanks,

James Peach