#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <asiolink/io_service.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <dhcpsrv/timer_mgr.h>
#include <exceptions/exceptions.h>
#include <boost/bind.hpp>
#include <utility>
Go to the source code of this file.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-dhcp-ddns.
|
| |
| namespace | isc::dhcp |
| |
|
| typedef std::map< std::string, TimerInfoPtr > | isc::dhcp::TimerInfoMap |
| | A type definition for the map holding timers configuration.
|
| |
| typedef boost::shared_ptr< TimerInfo > | isc::dhcp::TimerInfoPtr |
| | A type definition for the pointer to TimerInfo structure.
|
| |