Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
c29466d7
Commit
c29466d7
authored
Jun 24, 2015
by
Francis Dupont
Browse files
[3920] Removed redundant data_ declaration from derived DControllerBase class
parent
6e5c658d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d_controller.cc
View file @
c29466d7
...
...
@@ -44,7 +44,7 @@ DControllerBase::DControllerBase(const char* app_name, const char* bin_name)
:
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
...
...
src/bin/d2/d_controller.h
View file @
c29466d7
...
...
@@ -23,7 +23,6 @@
#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>
...
...
@@ -500,9 +499,6 @@ private:
/// @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_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment