Kea
1.9.9-git
|
#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 <util/multi_threading_mgr.h>
#include <boost/scoped_ptr.hpp>
#include <functional>
#include <utility>
Go to the source code of this file.
Classes | |
class | isc::dhcp::TimerMgrImpl |
Implementation of the TimerMgr . More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef std::map< std::string, TimerInfoPtr > | isc::dhcp::TimerInfoMap |
A type definition for the map holding timers configuration. More... | |
typedef boost::shared_ptr< TimerInfo > | isc::dhcp::TimerInfoPtr |
A type definition for the pointer to TimerInfo structure. More... | |