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 <mysql/mysql_connection.h>
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
#include <mysql.h>
#include <time.h>
#include <vector>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::dhcp::MySqlLeaseContext |
MySQL Lease Context. More... | |
class | isc::dhcp::MySqlLeaseContextPool |
MySQL Lease Context Pool. More... | |
class | isc::dhcp::MySqlLeaseMgr |
MySQL 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< MySqlLeaseContextPool > | isc::dhcp::MySqlLeaseContextPoolPtr |
Type of pointers to context pools. More... | |
typedef boost::shared_ptr< MySqlLeaseContext > | isc::dhcp::MySqlLeaseContextPtr |
Type of pointers to contexts. More... | |