BIND 10 trac1924, updated. dfee1cf2eaeca6f2b5729027f3bd51e640ab482b [1924] added blnak lines between method declarations for readability.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 1 23:37:17 UTC 2013
The branch, trac1924 has been updated
via dfee1cf2eaeca6f2b5729027f3bd51e640ab482b (commit)
from e62a5e2f0da16fd93c019450b7072e56d90c1359 (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 dfee1cf2eaeca6f2b5729027f3bd51e640ab482b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Feb 1 15:37:00 2013 -0800
[1924] added blnak lines between method declarations for readability.
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/session.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/session.h b/src/lib/cc/session.h
index e0ece56..38f3b88 100644
--- a/src/lib/cc/session.h
+++ b/src/lib/cc/session.h
@@ -129,6 +129,7 @@ namespace isc {
std::string instance = "*");
virtual void unsubscribe(std::string group,
std::string instance = "*");
+
/// \brief Send a message to a group.
///
/// \todo Can someone explain how the group, instance and to work?
@@ -147,6 +148,7 @@ namespace isc {
std::string instance = "*",
std::string to = "*",
bool want_answer = false);
+
virtual bool group_recvmsg(isc::data::ConstElementPtr& envelope,
isc::data::ConstElementPtr& msg,
bool nonblock = true,
More information about the bind10-changes
mailing list