Kea  1.9.9-git
isc::dhcp::PgSqlHostContextPool Class Reference

PostgreSQL Host Context Pool. More...

Public Attributes

std::mutex mutex_
 The mutex to protect pool access. More...
 
std::vector< PgSqlHostContextPtrpool_
 The vector of available contexts. More...
 

Detailed Description

PostgreSQL Host Context Pool.

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 1362 of file pgsql_host_data_source.cc.

Member Data Documentation

std::mutex isc::dhcp::PgSqlHostContextPool::mutex_

The mutex to protect pool access.

Definition at line 1369 of file pgsql_host_data_source.cc.

std::vector<PgSqlHostContextPtr> isc::dhcp::PgSqlHostContextPool::pool_

The vector of available contexts.

Definition at line 1366 of file pgsql_host_data_source.cc.


The documentation for this class was generated from the following file: