Skip to content
GitLab
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
b9fefbed
Commit
b9fefbed
authored
Jun 10, 2013
by
Paul Selkirk
Browse files
[2922] documentation nits
parent
61a6cfae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/msgq/msgq.py.in
View file @
b9fefbed
...
...
@@ -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 get
s
a notification about its
elf, but not in the case
of
unsubscrib
ing)
.
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
unsubscrib
es
.
"""
# 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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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