2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

[#1375] added IOService to mysql and postgresql connections

This commit is contained in:
Razvan Becheriu
2020-11-05 01:23:11 +02:00
parent 267d05a3d8
commit 126579d1d4
37 changed files with 878 additions and 361 deletions

View File

@@ -66,7 +66,8 @@ public:
/// @throw isc::db::DbOpenError Error opening the database
/// @throw isc::db::DbOperationError An operation on the open database has
/// failed.
PgSqlHostDataSource(const db::DatabaseConnection::ParameterMap& parameters);
PgSqlHostDataSource(const db::DatabaseConnection::ParameterMap& parameters,
const isc::asiolink::IOServicePtr& io_service);
/// @brief Virtual destructor.
/// Frees database resources and closes the database connection through