BIND 10 trac3221, updated. a080f7b48a4895a5dfbee3690de6cc2881f123cd [3221] Fixed doxygen errors, removed commented include
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 8 19:06:19 UTC 2014
The branch, trac3221 has been updated
via a080f7b48a4895a5dfbee3690de6cc2881f123cd (commit)
from 18c4f954d1a7466f2b5bde33f855aa69707e2406 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a080f7b48a4895a5dfbee3690de6cc2881f123cd
Author: Thomas Markwalder <tmark at isc.org>
Date: Sat Feb 8 14:04:56 2014 -0500
[3221] Fixed doxygen errors, removed commented include
Fixed a couple doxgyen errors and removed the commented
out include of ioctl.h in d2_upd_unittest.cc
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp_ddns/ncr_msg.h | 2 +-
src/lib/dhcpsrv/d2_client.h | 2 --
src/lib/dhcpsrv/tests/d2_udp_unittest.cc | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp_ddns/ncr_msg.h b/src/lib/dhcp_ddns/ncr_msg.h
index 5dab9e8..7fd6f64 100644
--- a/src/lib/dhcp_ddns/ncr_msg.h
+++ b/src/lib/dhcp_ddns/ncr_msg.h
@@ -72,7 +72,7 @@ enum NameChangeFormat {
/// @brief Function which converts labels to NameChangeFormat enum values.
///
-/// @param format_str text to convert to an enum.
+/// @param fmt_str text to convert to an enum.
/// Valid string values: "JSON"
///
/// @return NameChangeFormat value which maps to the given string.
diff --git a/src/lib/dhcpsrv/d2_client.h b/src/lib/dhcpsrv/d2_client.h
index 7574fe1..639747a 100644
--- a/src/lib/dhcpsrv/d2_client.h
+++ b/src/lib/dhcpsrv/d2_client.h
@@ -417,8 +417,6 @@ public:
/// transmitting requests, though any queued requests remain queued.
/// Attempts to queue additional requests via sendRequest will fail.
///
- /// @param io_service IOService to be used for sender IO event processing
- ///
/// @throw D2ClientError if sender instance is null. Underlying layer
/// may throw NCRSenderExceptions exceptions.
void stopSender();
diff --git a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc
index 22893cc..66d2125 100644
--- a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc
+++ b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc
@@ -28,7 +28,6 @@
#include <gtest/gtest.h>
#include <sys/select.h>
-//#include <sys/ioctl.h>
using namespace std;
using namespace isc::dhcp;
More information about the bind10-changes
mailing list