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
ISC Open Source Projects
Kea
Commits
30306192
Commit
30306192
authored
Jun 14, 2012
by
Stephen Morris
Browse files
[1651] Moved comment from establishSession() header to its implementation
parent
4472bf85
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/ctrl_dhcp4_srv.cc
View file @
30306192
...
...
@@ -102,10 +102,12 @@ void ControlledDhcpv4Srv::establishSession() {
dhcp4CommandHandler
,
false
);
config_session_
->
start
();
/// Integrate the asynchronous I/O model of BIND 10 configuration
/// control with the "select" model of the DHCP server. This is
/// fully explained in \ref dhcpv4Session.
int
ctrl_socket
=
cc_session_
->
getSocketDesc
();
cout
<<
"b10-dhcp4: Control session started, socket="
<<
ctrl_socket
<<
endl
;
IfaceMgr
::
instance
().
set_session_socket
(
ctrl_socket
,
sessionReader
);
}
...
...
src/bin/dhcp4/ctrl_dhcp4_srv.h
View file @
30306192
...
...
@@ -50,10 +50,6 @@ public:
///
/// Creates session that will be used to receive commands and updated
/// configuration from boss (or indirectly from user via bindctl).
///
/// Integrate the asynchronous I/O model of BIND 10 configuration
/// control with the "select" model of the DHCP server. This is
/// fully explained in \ref dhcpv4Session.
void
establishSession
();
/// @brief Terminates existing msgq session.
...
...
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