Kea 2.5.8
mysql_host_data_source.cc File Reference
#include <config.h>
#include <asiolink/io_service.h>
#include <database/db_exceptions.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_definition.h>
#include <dhcp/option_space.h>
#include <dhcpsrv/cfg_db_access.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <dhcpsrv/host_mgr.h>
#include <dhcpsrv/mysql_host_data_source.h>
#include <dhcpsrv/timer_mgr.h>
#include <util/buffer.h>
#include <util/multi_threading_mgr.h>
#include <util/optional.h>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/array.hpp>
#include <boost/foreach.hpp>
#include <boost/pointer_cast.hpp>
#include <boost/static_assert.hpp>
#include <mysql.h>
#include <mysqld_error.h>
#include <stdint.h>
#include <mutex>
#include <string>
+ Include dependency graph for mysql_host_data_source.cc:

Go to the source code of this file.

Classes

class  isc::dhcp::MySqlHostContext
 MySQL Host Context. More...
 
class  isc::dhcp::MySqlHostContextPool
 MySQL Host Context Pool. More...
 
class  isc::dhcp::MySqlHostDataSourceImpl
 Implementation of the MySqlHostDataSource. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::dhcp
 

Typedefs

typedef boost::shared_ptr< MySqlHostContextPoolisc::dhcp::MySqlHostContextPoolPtr
 Type of pointers to context pools.