Kea 2.7.5
|
Help functions to fork the test case process. More...
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
namespace | isc::util::unittests |
Functions | |
pid_t | isc::util::unittests::check_output (int *write_pipe, const void *const output, const size_t length) |
bool | isc::util::unittests::process_ok (pid_t process) |
Checks that a process terminates correctly. | |
pid_t | isc::util::unittests::provide_input (int *read_pipe, const void *input, const size_t length) |
Help functions to fork the test case process.
Various functions to fork a process and feed some data to pipe, check its output and such lives here.
Definition in file fork.h.