From: Andrei Pavel Date: Wed, 19 Apr 2023 17:50:16 +0000 (+0300) Subject: [#549] address review comments X-Git-Tag: Kea-2.3.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416e2d888cf5f5d6b4594b993a1cdd9ebb8d169f;p=thirdparty%2Fkea.git [#549] address review comments --- diff --git a/src/lib/dhcpsrv/base_host_data_source.h b/src/lib/dhcpsrv/base_host_data_source.h index e5e42e2859..0f54f6045f 100644 --- a/src/lib/dhcpsrv/base_host_data_source.h +++ b/src/lib/dhcpsrv/base_host_data_source.h @@ -461,6 +461,10 @@ public: /// @brief Attempts to update an existing host entry. /// + /// The implementation is common to multiple host data sources, so let's + /// provide it in the base host data source. In some instances, it may + /// require synchronization e.g. with transactions in case of databases. + /// /// @param host the host up to date with the requested changes virtual void update(HostPtr const& host) { bool deleted(false);