----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63275/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, and Joseph Wu. Repository: mesos Description ------- Almost all uses identify a job object by the PID, but the job object handle must be obtained by name. So this overloads `os::open_job` to call `os::name_job` when given a PID. Diffs ----- 3rdparty/stout/include/stout/windows/os.hpp 09ddec6d69472cd13b453fe1a77fdbe343fc23c8 Diff: https://reviews.apache.org/r/63275/diff/1/ Testing ------- Thanks, Andrew Schwartzmeyer
