]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2922] Spec the members command
authorMichal 'vorner' Vaner <vorner@vorner.cz>
Wed, 29 May 2013 14:49:19 +0000 (16:49 +0200)
committerMichal 'vorner' Vaner <vorner@vorner.cz>
Thu, 30 May 2013 06:34:17 +0000 (08:34 +0200)
Include the members command in the spec file of msgq.

src/bin/msgq/msgq.spec

index 93204fa73f4340bf3b07dcbdef560b2b878dbee8..4b388c52c312fcf7bebddefb4c7f6b7d1f3cce92 100644 (file)
@@ -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"
+          }
+        ]
+      }
+    ]
   }
 }