Apache Mesos
|
#include <stout/error.hpp>
#include <stout/result.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/internal/windows/overlapped.hpp>
#include <stout/os/int_fd.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Result< size_t > | os::sendfile_async (const int_fd &s, const int_fd &fd, size_t length, OVERLAPPED *overlapped) |
Try< ssize_t, SocketError > | os::sendfile (const int_fd &s, const int_fd &fd, off_t offset, size_t length) |