-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41779/
-----------------------------------------------------------
(Updated Jan. 5, 2016, 9:32 a.m.)
Review request for mesos, Benjamin Hindman and Artem Harutyunyan.
Changes
-------
Shorten summary.
Summary (updated)
-----------------
Extended Subprocess::IO::FD to optionally not duplicate the given FD.
Bugs: MESOS-4136
https://issues.apache.org/jira/browse/MESOS-4136
Repository: mesos
Description
-------
If a subprocess is started with a FD, and the parent process does not need the
FD afterwards, the FD does not need to be duplicated.
Diffs
-----
3rdparty/libprocess/include/process/subprocess.hpp
8704cd0a8af92b848eb9ff7cffe8e5251c5dcfec
3rdparty/libprocess/src/subprocess.cpp
863523404b9ef1d2024c108f3e9e1c77c3916049
Diff: https://reviews.apache.org/r/41779/diff/
Testing
-------
Tests are run in the next review.
Thanks,
Joseph Wu