Launches an external command, redirects its output to a file. More...
#include <chrono>
#include <iostream>
#include <thread>
#include <signal.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
Go to the source code of this file.
Classes | |
class | Hypertable::ServerLauncher |
Launches external commands and redirects their output to a file; kills the external process when going out of scope. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Launches an external command, redirects its output to a file.
Used for testing.
Definition in file ServerLauncher.h.