Kea 3.0.0
io_service_signal.h File Reference
#include <asiolink/io_service.h>
#include <boost/shared_ptr.hpp>
Include dependency graph for io_service_signal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

 Implements an asynchronous "signal" for IOService driven processing. More...

Namespaces

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

Typedefs

typedef std::function< void(int signum)> isc::asiolink::IOSignalHandler
 Defines a handler function for an IOSignal.
typedef boost::shared_ptr< IOSignalSetisc::asiolink::IOSignalSetPtr
 Defines a pointer to an IOSignalSet.