BIND 10 master, updated. 0ec520e6070de64a0462e3239e1be48aa8635ffd [master] Add a missing doxygen param description
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 14 15:47:11 UTC 2011
The branch, master has been updated
via 0ec520e6070de64a0462e3239e1be48aa8635ffd (commit)
from 36208de9b48fdf61061554819f72a72258589f84 (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 0ec520e6070de64a0462e3239e1be48aa8635ffd
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Mar 14 16:46:47 2011 +0100
[master] Add a missing doxygen param description
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/dns_lookup.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/dns_lookup.h b/src/lib/asiolink/dns_lookup.h
index 0788853..ee5c9d8 100644
--- a/src/lib/asiolink/dns_lookup.h
+++ b/src/lib/asiolink/dns_lookup.h
@@ -63,6 +63,8 @@ public:
///
/// \param io_message The event message to handle
/// \param message The DNS MessagePtr that needs handling
+ /// \param answer_message The final answer will be constructed in
+ /// this MessagePtr
/// \param buffer The final answer is put here
/// \param DNSServer DNSServer object to use
virtual void operator()(const IOMessage& io_message,
More information about the bind10-changes
mailing list