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) ```