#include "spawnprocess.h"
#include <cstdio>
#include <cstring>
#include <iostream>
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>
Namespaces | |
namespace | vistle |
Functions | |
process_handle | vistle::spawn_process (const std::string &executable, const std::vector< std::string > args) |
void | vistle::replace_process (const std::string &executable, const std::vector< std::string > args) |
bool | vistle::kill_process (process_handle pid) |
process_handle | vistle::try_wait (int *status) |
process_handle | vistle::try_wait (process_handle pid0, int *status) |
process_handle | vistle::get_process_handle () |