Kea  1.5.0
process_spawn.cc File Reference
#include <config.h>
#include <exceptions/exceptions.h>
#include <util/process_spawn.h>
#include <util/signal_set.h>
#include <boost/bind.hpp>
#include <map>
#include <signal.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <sys/wait.h>
+ Include dependency graph for process_spawn.cc:

Go to the source code of this file.

Classes

class  isc::util::ProcessSpawnImpl
 Implementation of the ProcessSpawn class. More...
 
struct  isc::util::ProcessState
 Type for process state. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 

Typedefs

typedef std::map< pid_t, ProcessState > isc::util::ProcessStates