Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
980d715b
Commit
980d715b
authored
Jan 18, 2013
by
Jelte Jansen
Browse files
[2582] Minor editorial updates
parent
b0a6e5ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/msgq/msgq.py.in
View file @
980d715b
...
...
@@ -201,7 +201,7 @@ class MsgQ:
def wait_cfgmgr(self):
"""Wait for msgq to subscribe.
When this returs, the config manager is either subscribed, or
When this retur
n
s, the config manager is either subscribed, or
msgq gave up waiting for it. Success is signified by the return
value.
"""
...
...
@@ -219,7 +219,7 @@ class MsgQ:
self.poller = select.poll()
def add_kqueue_socket(self, socket, write_filter=False):
"""Add a kqu
q
ue filter for a socket. By default the read
"""Add a kqu
e
ue filter for a socket. By default the read
filter is used; if write_filter is set to True, the write
filter is used. We use a boolean value instead of a specific
filter constant, because kqueue filter values do not seem to
...
...
src/bin/msgq/msgq_messages.mes
View file @
980d715b
...
...
@@ -31,8 +31,8 @@ The message queue received a command from other module, but it doesn't
recognize it. This is probably either a coding error or inconsistency between
the message queue version and version of the module.
% MSGQ_CONFIG_DATA Received configuration for the msgq: %1
Debug message. The message queue received a configuration, handling it.
% MSGQ_CONFIG_DATA Received configuration
update
for the msgq: %1
Debug message. The message queue received a configuration
update
, handling it.
% MSGQ_HDR_DECODE_ERR Error decoding header received from socket %1: %2
The socket with mentioned file descriptor sent a packet. However, it was not
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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