Kea 2.7.5
|
#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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< AllocationState > | isc::dhcp::AllocationStatePtr |
Type of the pointer to the AllocationState . | |
typedef boost::shared_ptr< SubnetAllocationState > | isc::dhcp::SubnetAllocationStatePtr |