BIND 10 trac2922, updated. 0dd5157519b499ad6666f1e7ce228547512bec2b [2822] Spec the members command
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 29 14:50:35 UTC 2013
The branch, trac2922 has been updated
via 0dd5157519b499ad6666f1e7ce228547512bec2b (commit)
from 040d3cdfe51996776cdc65fd30e887a45ad89b2a (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 0dd5157519b499ad6666f1e7ce228547512bec2b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 29 16:49:19 2013 +0200
[2822] Spec the members command
Include the members command in the spec file of msgq.
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/msgq.spec | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.spec b/src/bin/msgq/msgq.spec
index 93204fa..4b388c5 100644
--- a/src/bin/msgq/msgq.spec
+++ b/src/bin/msgq/msgq.spec
@@ -3,6 +3,18 @@
"module_name": "Msgq",
"module_description": "The message queue",
"config_data": [],
- "commands": []
+ "commands": [
+ {
+ "command_name": "members",
+ "command_description": "Provide the list of members of a group or of the whole MsgQ if no group is given.",
+ "command_args": [
+ {
+ "item_name": "group",
+ "item_optional": true,
+ "item_type": "string"
+ }
+ ]
+ }
+ ]
}
}
More information about the bind10-changes
mailing list