diff options
author | Marcin Siodelski <marcin@isc.org> | 2016-04-26 17:18:45 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2016-04-26 17:18:45 +0200 |
commit | 9a34bbb53c1a7906e1e052028c04311f0dba02d7 (patch) | |
tree | 9a4e7708b12a6269d8a89d59ce491f0bbeed2a9f /src/lib/dhcpsrv/alloc_engine.h | |
parent | [4303] Values in 'host-reservation-identifiers' used by the servers. (diff) | |
download | kea-9a34bbb53c1a7906e1e052028c04311f0dba02d7.tar.xz kea-9a34bbb53c1a7906e1e052028c04311f0dba02d7.zip |
[4303] Renamed CfgHostReservations to CfgHostOperations.
This change was suggested during a ticket review.
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine.h')
-rw-r--r-- | src/lib/dhcpsrv/alloc_engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index 25d2c975f3..d1557e141f 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -13,7 +13,7 @@ #include <dhcp/pkt4.h> #include <dhcp/pkt6.h> #include <dhcp/option6_ia.h> -#include <dhcpsrv/cfg_host_reservations.h> +#include <dhcpsrv/cfg_host_operations.h> #include <dhcpsrv/host.h> #include <dhcpsrv/subnet.h> #include <dhcpsrv/lease_mgr.h> @@ -642,7 +642,7 @@ private: /// @tparam ContextType Either @ref ClientContext6 or @ref ClientContext4. template<typename ContextType> static void findReservationInternal(ContextType& ctx, - const ConstCfgHostReservationsPtr& cfg, + const ConstCfgHostOperationsPtr& cfg, const HostGetFunc& host_get); /// @brief creates a lease and inserts it in LeaseMgr if necessary |