Kea
1.9.9-git
|
#include <asiolink/interval_timer.h>
#include <cc/cfg_to_element.h>
#include <dhcpsrv/timer_mgr.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgExpiration |
Holds configuration parameters pertaining to lease expiration and lease affinity. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
Pointers to the @c CfgExpiration objects. | |
typedef boost::shared_ptr< CfgExpiration > | isc::dhcp::CfgExpirationPtr |
Pointer to the Non-const object. More... | |
typedef boost::shared_ptr< const CfgExpiration > | isc::dhcp::ConstCfgExpirationPtr |
Pointer to the const object. More... | |