2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[kea5574] Checkpoint: dhcpsrv lib first attempt

This commit is contained in:
Francis Dupont
2018-03-22 19:41:58 +01:00
parent 9c82b03d6d
commit 78ef07b019
18 changed files with 81 additions and 110 deletions

View File

@@ -53,15 +53,11 @@ public:
/// @param parameters A data structure relating keywords and values
/// concerned with the database.
///
/// @param db_lost_callback function to invoke if connectivity to
/// to host database is lost.
///
/// @throw isc::dhcp::NoDatabaseName Mandatory database name not given
/// @throw isc::dhcp::DbOpenError Error opening the database
/// @throw isc::dhcp::DbOperationError An operation on the open database has
/// failed.
PgSqlHostDataSource(const DatabaseConnection::ParameterMap& parameters,
DatabaseConnection::DbLostCallback db_lost_callback = 0);
PgSqlHostDataSource(const DatabaseConnection::ParameterMap& parameters);
/// @brief Virtual destructor.
/// Frees database resources and closes the database connection through