]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2584] Reverted shared v4/v6 code
authorFrancis Dupont <fdupont@isc.org>
Tue, 4 Oct 2022 14:42:35 +0000 (16:42 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 12 Oct 2022 15:44:15 +0000 (17:44 +0200)
src/lib/dhcpsrv/memfile_lease_storage.h

index 6828018424bdad2edf533d30eb5f95c4414832a5..ba3f2e215409dd7e4b44e48faecbc824104544f5 100644 (file)
@@ -307,9 +307,15 @@ struct LeaseAddressIndexTag { };
 /// @brief Tag for indexes by relay id and link address.
 struct RelayIdLinkAddressIndexTag { };
 
+/// @brief Tag for index using relay id.
+struct RelayIdIndexTag { };
+
 /// @brief Tag for indexes by remote id and link address.
 struct RemoteIdLinkAddressIndexTag { };
 
+/// @brief Tag for index using remote id.
+struct RemoteIdIndexTag { };
+
 /// @brief Tag for indexes by link address.
 struct LinkAddressIndexTag { };