-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66954/
-----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer, Benjamin Mahler, Eric Mumau,
John Kordich, Joseph Wu, and Radhika Jandhyala.
Bugs: MESOS-8674
https://issues.apache.org/jira/browse/MESOS-8674
Repository: mesos
Description
-------
Added a helper file for io, because `os::read/write` need to work on
both non-overlapped and overlapped files, so the logic has gotten
more complicated. The new file, `io.hpp`, has all the shared logic.
Diffs
-----
3rdparty/stout/include/Makefile.am f2e60224d9c729497bbcfffbec989c4f355d8f85
3rdparty/stout/include/stout/os/windows/io.hpp PRE-CREATION
Diff: https://reviews.apache.org/r/66954/diff/1/
Testing
-------
Thanks,
Akash Gupta