7 #ifndef UTIL_UNITTESTS_FORK_H
8 #define UTIL_UNITTESTS_FORK_H 1
35 provide_input(
int* read_pipe,
const void* input,
const size_t length);
38 check_output(
int* write_pipe,
const void*
const output,
const size_t length);
44 #endif // UTIL_UNITTESTS_FORK_H
Defines the logger used by the top-level component of kea-dhcp-ddns.
bool process_ok(pid_t process)
Checks that a process terminates correctly.
pid_t check_output(int *write_pipe, const void *const output, const size_t length)
pid_t provide_input(int *read_pipe, const void *input, const size_t length)