2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[2524] Add logging messages to memory file database code

Also make the hardware address to string function common to both
database modules.
This commit is contained in:
Stephen Morris
2012-12-18 12:28:39 +00:00
parent c55cdfd631
commit 593eacf16f
11 changed files with 304 additions and 92 deletions

View File

@@ -15,6 +15,7 @@
#ifndef MYSQL_LEASE_MGR_H
#define MYSQL_LEASE_MGR_H
#include <dhcpsrv/hwaddr.h>
#include <dhcpsrv/lease_mgr.h>
#include <boost/scoped_ptr.hpp>