----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46392/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- This commit introduces temporary versions of 2 important functions: `os::nonblock` and `os::cloexec`. We put them here in a placeholder commit so that reviewers can make progress on subprocess. In the immediate term, the plan is to figure out on a callsite-by-callsite basis how to work around the functionality of `os::cloexec`. When we collect more data, we will be in a better position to offer a way forward here. Diffs ----- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp 79e30ca04c6d23f92e3a2f80fbe38ae63fde3520 3rdparty/libprocess/3rdparty/stout/include/stout/os/windows/fcntl.hpp 14734317d7fb40053ee808745ac3ba8c706a7669 Diff: https://reviews.apache.org/r/46392/diff/ Testing ------- Thanks, Alex Clemmer
