BIND 10 trac2922, updated. b9fefbedb20b98f3a8a39550a9a1183208eb10ea [2922] documentation nits
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 10 15:42:03 UTC 2013
The branch, trac2922 has been updated
via b9fefbedb20b98f3a8a39550a9a1183208eb10ea (commit)
from 61a6cfae29c657daedd334fc2a157d57e85948a3 (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 b9fefbedb20b98f3a8a39550a9a1183208eb10ea
Author: Paul Selkirk <pselkirk at isc.org>
Date: Mon Jun 10 11:41:58 2013 -0400
[2922] documentation nits
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/msgq.py.in | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index 1685a5e..ba7ac6c 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -206,7 +206,7 @@ class MsgQ:
Thin wrapper around ccs's notify. Send a notification about change
of some list that can be requested by the members command.
- The event is either one of:
+ The event is one of:
- connected (client connected to MsgQ)
- disconected (client disconnected from MsgQ)
- subscribed (client subscribed to a group)
@@ -214,12 +214,12 @@ class MsgQ:
The params is dict containing:
- client: The lname of the client in question.
- - group (only the 3rd and 4th): The group the client subscribed
- or unsubscribed from.
+ - group (for 'subscribed' and 'unsubscribed' events):
+ The group the client subscribed or unsubscribed from.
- It is expected to happen after the event (so client subscribing for these
- notifications gets a notification about itself, but not in the case
- of unsubscribing).
+ The notification occurs after the event, so client a subscribing for
+ notifications will get a notification about its own subscription, but
+ will not get a notification when it unsubscribes.
"""
# Due to the interaction between threads (and fear it might influence
# sending stuff), we test this method in msgq_run_test, instead of
@@ -850,9 +850,7 @@ class MsgQ:
return isc.config.create_answer(0)
def command_handler(self, command, args):
- """The command handler (run in a separate thread).
- Not tested, currently effectively empty.
- """
+ """The command handler (run in a separate thread)."""
config_logger.debug(TRACE_DETAIL, MSGQ_COMMAND, command, args)
with self.__lock:
More information about the bind10-changes
mailing list