Kea 2.7.5
|
#include <util/watch_socket.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <mutex>
#include <thread>
Go to the source code of this file.
Classes | |
class | isc::util::WatchedThread |
Provides a thread and controls for monitoring its activities. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Typedefs | |
typedef boost::shared_ptr< std::thread > | isc::util::ThreadPtr |
Thread pointer type. | |
typedef boost::shared_ptr< WatchedThread > | isc::util::WatchedThreadPtr |
Defines a pointer to a WatchedThread. | |