Apache Mesos
Namespaces | Macros | Functions
memfd.hpp File Reference
#include <string>
#include <stout/try.hpp>
#include <stout/os/int_fd.hpp>

Go to the source code of this file.

Namespaces

 mesos
 
 mesos::internal
 
 mesos::internal::memfd
 

Macros

#define MFD_CLOEXEC   0x0001U
 
#define MFD_ALLOW_SEALING   0x0002U
 

Functions

Try< int_fdmesos::internal::memfd::create (const std::string &name, unsigned int flags)
 
Try< int_fdmesos::internal::memfd::cloneSealedFile (const std::string &filePath)
 

Macro Definition Documentation

#define MFD_ALLOW_SEALING   0x0002U
#define MFD_CLOEXEC   0x0001U