Kea
1.9.9-git
|
#include <config.h>
#include <asiolink/io_service_signal.h>
#include <asiolink/process_spawn.h>
#include <exceptions/exceptions.h>
#include <cstring>
#include <functional>
#include <map>
#include <mutex>
#include <signal.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/wait.h>
Go to the source code of this file.
Classes | |
class | isc::asiolink::ProcessSpawnImpl |
Implementation of the ProcessSpawn class. More... | |
struct | isc::asiolink::ProcessState |
Type for process state. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::asiolink | |
Typedefs | |
typedef std::map< const ProcessSpawnImpl *, ProcessStates > | isc::asiolink::ProcessCollection |
ProcessCollection container which stores all ProcessStates for each instance of ProcessSpawnImpl. More... | |
typedef boost::shared_ptr< ProcessState > | isc::asiolink::ProcessStatePtr |
Defines a pointer to a ProcessState. More... | |
typedef std::map< pid_t, ProcessStatePtr > | isc::asiolink::ProcessStates |
ProcessStates container which stores a ProcessState for each process identified by PID. More... | |