Kea
1.9.9-git
|
#include <asiolink/io_service.h>
#include <exceptions/exceptions.h>
#include <boost/noncopyable.hpp>
#include <string>
#include <sys/types.h>
#include <vector>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | isc::asiolink::ProcessSpawn |
Utility class for spawning new processes. More... | |
class | isc::asiolink::ProcessSpawnError |
Exception thrown when error occurs during spawning a process. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::asiolink | |
Typedefs | |
typedef std::vector< std::string > | isc::asiolink::ProcessArgs |
Type of the container holding arguments of the executable being run as a background process. More... | |
typedef std::vector< std::string > | isc::asiolink::ProcessEnvVars |
Type of the container holding environment variables of the executable being run as a background process. More... | |
typedef boost::shared_ptr< ProcessSpawnImpl > | isc::asiolink::ProcessSpawnImplPtr |
Pointer to a ProcessSpawnImpl class. More... | |