![]() |
Kea 2.2.0
|
#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>
Include dependency graph for mysql_lease_mgr.h:
This graph shows which files directly or indirectly include this file: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 | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | 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... | |