This project has retired. For details please refer to its Attic page.
Apache Mesos: 3rdparty/stout/include/stout/os/exec.hpp File Reference
Apache Mesos
Namespaces | Functions
exec.hpp File Reference
#include <stout/os/posix/exec.hpp>

Go to the source code of this file.

Namespaces

 os
 

Functions

Option< int > os::spawn (const std::string &file, const std::vector< std::string > &arguments)
 
int os::execvp (const char *file, char *const argv[])
 
int os::execvpe (const char *file, char **argv, char **envp)