Kea 2.7.3
|
#include <asiolink/io_service.h>
#include <dhcp/hwaddr.h>
#include <dhcpsrv/dhcpsrv_exceptions.h>
#include <dhcpsrv/lease_mgr.h>
#include <dhcpsrv/tracking_lease_mgr.h>
#include <pgsql/pgsql_connection.h>
#include <pgsql/pgsql_exchange.h>
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
#include <vector>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::dhcp::PgSqlLeaseContext |
PostgreSQL Lease Context. More... | |
class | isc::dhcp::PgSqlLeaseContextPool |
PostgreSQL Lease Context Pool. More... | |
class | isc::dhcp::PgSqlLeaseMgr |
PostgreSQL Lease Manager. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< PgSqlLeaseContextPool > | isc::dhcp::PgSqlLeaseContextPoolPtr |
Type of pointers to context pools. | |
typedef boost::shared_ptr< PgSqlLeaseContext > | isc::dhcp::PgSqlLeaseContextPtr |
Type of pointers to contexts. | |