Kea 2.5.8
process_spawn.cc File Reference
#include <config.h>
#include <asiolink/io_service_signal.h>
#include <asiolink/process_spawn.h>
#include <exceptions/exceptions.h>
#include <functional>
#include <map>
#include <mutex>
#include <cstring>
#include <signal.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <boost/make_shared.hpp>
+ Include dependency graph for process_spawn.cc:

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

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
 

Typedefs

typedef std::map< const ProcessSpawnImpl *, ProcessStates > isc::asiolink::ProcessCollection
 ProcessCollection container which stores all ProcessStates for each instance of ProcessSpawnImpl.
 
typedef boost::shared_ptr< ProcessState > isc::asiolink::ProcessStatePtr
 Defines a pointer to a ProcessState.
 
typedef std::map< pid_t, ProcessStatePtr > isc::asiolink::ProcessStates
 ProcessStates container which stores a ProcessState for each process identified by PID.
 

Variables

char ** environ
 

Variable Documentation

◆ environ

char** environ
extern