![]() |
Kea
2.5.2
|
#include <dhcpsrv/lease.h>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::dhcp::AllocationState |
Base class for representing allocation state in pools and subnets. More... | |
class | isc::dhcp::SubnetAllocationState |
Common base class for subnet-specific allocation states. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< AllocationState > | isc::dhcp::AllocationStatePtr |
Type of the pointer to the AllocationState . More... | |
typedef boost::shared_ptr< SubnetAllocationState > | isc::dhcp::SubnetAllocationStatePtr |