2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#3536] moved from lib to hooks

This commit is contained in:
Razvan Becheriu
2024-09-13 21:16:17 +03:00
parent d904a18699
commit 379ec3ec0a
59 changed files with 397 additions and 416 deletions

View File

@@ -59,10 +59,10 @@
#include <dhcpsrv/memfile_lease_mgr.h>
#ifdef HAVE_MYSQL
#include <mysql_lease_backend/mysql_lease_mgr.h>
#include <hooks/dhcp/mysql_lb/mysql_lease_mgr.h>
#endif
#ifdef HAVE_PGSQL
#include <pgsql_lease_backend/pgsql_lease_mgr.h>
#include <hooks/dhcp/pgsql_lb/pgsql_lease_mgr.h>
#endif
#include <boost/algorithm/string.hpp>