----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63275/ -----------------------------------------------------------
(Updated Nov. 30, 2017, 3:32 p.m.) Review request for mesos, Aaron Wood, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, Joseph Wu, and Michael Park. Changes ------- Rebased. 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 (updated) ----- 3rdparty/stout/include/stout/windows/os.hpp 09469e9380e1eb64df34897f8becffda0a898e9d Diff: https://reviews.apache.org/r/63275/diff/4/ Changes: https://reviews.apache.org/r/63275/diff/3-4/ Testing ------- Thanks, Andrew Schwartzmeyer
