Kea 3.1.1
host_cache.h File Reference
#include <config.h>
#include <exceptions/exceptions.h>
#include <cc/data.h>
#include <asiolink/io_address.h>
#include <dhcpsrv/cache_host_data_source.h>
#include <dhcpsrv/host.h>
#include <dhcpsrv/subnet_id.h>
#include <config/cmds_impl.h>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <mutex>
#include <vector>
+ Include dependency graph for host_cache.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::host_cache::HostCache
 Host Cache implementation. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< HostCacheisc::host_cache::HostCachePtr
 Pointer to the Host Cache hooks library implementation.
 

Functions

ElementPtr isc::host_cache::toElement (const dhcp::ConstHostPtr &host)
 Unparse a host cache entry.