diff options
author | Francis Dupont <fdupont@isc.org> | 2020-06-17 09:26:00 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-07-06 15:05:13 +0200 |
commit | 44e0cf8d2c3d49f99fdcd5218d5d71558b0a389b (patch) | |
tree | e2ae6604fb69a8d0ca2fd9da55203105b907b420 /src/lib/dhcpsrv/config_backend_pool_dhcp4.h | |
parent | [#996] Fixed previous entry grammar (diff) | |
download | kea-44e0cf8d2c3d49f99fdcd5218d5d71558b0a389b.tar.xz kea-44e0cf8d2c3d49f99fdcd5218d5d71558b0a389b.zip |
[#1247] Checkpoint: fixed for audit entries
Diffstat (limited to 'src/lib/dhcpsrv/config_backend_pool_dhcp4.h')
-rw-r--r-- | src/lib/dhcpsrv/config_backend_pool_dhcp4.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/config_backend_pool_dhcp4.h b/src/lib/dhcpsrv/config_backend_pool_dhcp4.h index 56497be43d..8e6ba8b725 100644 --- a/src/lib/dhcpsrv/config_backend_pool_dhcp4.h +++ b/src/lib/dhcpsrv/config_backend_pool_dhcp4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -227,11 +227,14 @@ public: /// @param server_selector Server selector. /// @param modification_time Timestamp being a lower limit for the returned /// result set, i.e. entries later than specified time are returned. + /// @param modification_id Identifier being a lower limit for the returned + /// result set, used when two (or more) entries have modification_time. /// @return Collection of audit entries. virtual db::AuditEntryCollection getRecentAuditEntries(const db::BackendSelector& backend_selector, const db::ServerSelector& server_selector, - const boost::posix_time::ptime& modification_time) const; + const boost::posix_time::ptime& modification_time, + const uint64_t& modification_id) const; /// @brief Retrieves all servers from the particular backend. /// |