Kea 2.5.8
allocation_state.h File Reference
#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>
+ Include dependency graph for allocation_state.h:
+ This graph shows which files directly or indirectly include this file:

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