Kea
1.9.9-git
|
#include <asiolink/io_service.h>
#include <dhcp/hwaddr.h>
#include <dhcpsrv/dhcpsrv_exceptions.h>
#include <dhcpsrv/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 | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< PgSqlLeaseContextPool > | isc::dhcp::PgSqlLeaseContextPoolPtr |
Type of pointers to context pools. More... | |
typedef boost::shared_ptr< PgSqlLeaseContext > | isc::dhcp::PgSqlLeaseContextPtr |
Type of pointers to contexts. More... | |