![]() |
Kea 2.2.0
|
MySQL Host Context Pool. More...
Public Attributes | |
std::mutex | mutex_ |
The mutex to protect pool access. More... | |
std::vector< MySqlHostContextPtr > | pool_ |
The vector of available contexts. More... | |
This class provides a pool of contexts. The manager will use this class to handle available contexts. There is only one ContextPool per manager per back-end, which is created and destroyed by the respective manager factory class.
Definition at line 1988 of file mysql_host_data_source.cc.
std::mutex isc::dhcp::MySqlHostContextPool::mutex_ |
The mutex to protect pool access.
Definition at line 1995 of file mysql_host_data_source.cc.
std::vector<MySqlHostContextPtr> isc::dhcp::MySqlHostContextPool::pool_ |
The vector of available contexts.
Definition at line 1992 of file mysql_host_data_source.cc.