#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <asiolink/interval_timer.h>
#include <asiolink/io_service.h>
#include <boost/enable_shared_from_this.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <exceptions/exceptions.h>
#include <atomic>
#include <functional>
#include <mutex>
Go to the source code of this file.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-lfc.
|
| namespace | isc::asiolink |