: app_name_(app_name), bin_name_(bin_name),
verbose_(false), spec_file_name_(""),
io_service_(new isc::asiolink::IOService()),
- signal_set_(), io_signal_queue_() {
+ io_signal_queue_() {
}
void
#include <dhcpsrv/daemon.h>
#include <exceptions/exceptions.h>
#include <log/logger_support.h>
-#include <util/signal_set.h>
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
/// @brief Shared pointer to an IOService object, used for ASIO operations.
asiolink::IOServicePtr io_service_;
- /// @brief Set of registered signals to handle.
- util::SignalSetPtr signal_set_;
-
/// @brief Queue for propagating caught signals to the IOService.
IOSignalQueuePtr io_signal_queue_;