This project has retired. For details please refer to its Attic page.
Apache Mesos: 3rdparty/stout/include/stout/os/posix/fsync.hpp File Reference
Apache Mesos
Namespaces | Functions
fsync.hpp File Reference
#include <unistd.h>
#include <string>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/os/close.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/open.hpp>

Go to the source code of this file.

Namespaces

 os
 

Functions

Try< Nothingos::fsync (int fd)
 
Try< Nothingos::fsync (const std::string &path)