Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <dhcpsrv/lease.h>
#include <boost/noncopyable.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/composite_key.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/shared_ptr.hpp>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::dhcp::ResourceBusy |
Thrown by lock users when a resource lock cannot be obtained. More... | |
class | isc::dhcp::ResourceHandler |
Resource race avoidance RAII handler. More... | |
class | isc::dhcp::ResourceHandler4 |
Resource race avoidance RAII handler for DHCPv4. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |