Kea 2.5.8
d_process.h File Reference
#include <asiolink/io_service.h>
#include <cc/data.h>
#include <process/d_cfg_mgr.h>
#include <boost/shared_ptr.hpp>
#include <exceptions/exceptions.h>
#include <atomic>
+ Include dependency graph for d_process.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::process::DProcessBase
 Application Process Interface. More...
 
class  isc::process::DProcessBaseError
 Exception thrown if the process encountered an operational error. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< DProcessBase > isc::process::DProcessBasePtr
 Defines a shared pointer to DProcessBase.