2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#2596] Revamped buildExtendedInfoTables6

This commit is contained in:
Francis Dupont
2022-10-29 20:06:26 +02:00
parent b2743afbb7
commit ad5689ad89
9 changed files with 37 additions and 21 deletions

View File

@@ -3432,7 +3432,7 @@ MySqlLeaseMgr::getLeases6ByLink(const IOAddress& /* link_addr */,
}
size_t
MySqlLeaseMgr::buildExtendedInfoTables6(bool /* update */) {
MySqlLeaseMgr::buildExtendedInfoTables6(bool /* update */, bool /* current */) {
isc_throw(isc::NotImplemented,
"MySqlLeaseMgr::buildExtendedInfoTables6 not implemented");
}