Apache Mesos
Namespaces | Functions
subprocess.hpp File Reference
#include <signal.h>
#include <array>
#include <string>
#include <glog/logging.h>
#include <process/subprocess.hpp>
#include <stout/error.hpp>
#include <stout/foreach.hpp>
#include <stout/hashset.hpp>
#include <stout/option.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/close.hpp>
#include <stout/os/environment.hpp>
#include <stout/os/exec.hpp>
#include <userEnv.h>

Go to the source code of this file.

Namespaces

 process
 
 process::internal
 

Functions

Try< os::windows::internal::ProcessDataprocess::internal::createChildProcess (const std::string &path, const std::vector< std::string > &argv, const Option< std::map< std::string, std::string >> &environment, const std::vector< Subprocess::ParentHook > &parent_hooks, const InputFileDescriptors &stdinfds, const OutputFileDescriptors &stdoutfds, const OutputFileDescriptors &stderrfds, const std::vector< int_fd > &whitelist_fds={})