From 9b3b0ffd049efd60bf121ba64667d24635eda92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 15 Apr 2017 13:59:22 +0200 Subject: [PATCH] mgmt1: add mgmt.label.Index and events clarification --- services/mgmt1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/mgmt1.md b/services/mgmt1.md index 9381080f..e51627ce 100644 --- a/services/mgmt1.md +++ b/services/mgmt1.md @@ -27,6 +27,7 @@ to set the policy using current mechanism. | `mgmt.label.List` | `dom0` | - | - | `\n` | | `mgmt.label.Create` | `dom0` | label | `0xRRGGBB` | - | | `mgmt.label.Get` | `dom0` | label | - | `0xRRGGBB` | +| `mgmt.label.Index` | `dom0` | label | - | `` | | `mgmt.label.Remove` | `dom0` | label | - | - | | `mgmt.property.List` | `dom0` | - | - | `\n` | | `mgmt.property.Get` | `dom0` | property | - | `default={yes|no} type={str|int|bool|vm|label} ` | @@ -126,6 +127,10 @@ will not close the connection. A method yielding events will not ever return a `OK` or `EXCEPTION` message. +When calling such method, it will produce an artificial event +`connection-established` just after connection, to help avoiding race +conditions during event handler registration. + ### EXCEPTION (2) ```