-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66960/
-----------------------------------------------------------
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
-------
Broke the original `os::sendfile` implementation into an asynchronous
`os::sendfile_async`function and a synchronous `os::sendfile` function.
The synchronous version simply calls the asynchronous version and waits.
Diffs
-----
3rdparty/stout/include/stout/os/windows/sendfile.hpp
594d9c7beeff2766f59f16ba25986314f2f7ceb8
Diff: https://reviews.apache.org/r/66960/diff/1/
Testing
-------
Thanks,
Akash Gupta