Apache Mesos
|
#include <errno.h>
#include <stout/error.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/windows/fd.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< ssize_t, SocketError > | os::sendfile (const WindowsFD &s, const WindowsFD &fd, off_t offset, size_t length) |