[libvirt] [dbus PATCH 5/8] Implement GetAllDomainStats method for Connect Interface

Ján Tomko jtomko at redhat.com
Thu Apr 19 14:45:06 UTC 2018


On Thu, Apr 19, 2018 at 03:58:04PM +0200, Katerina Koukiou wrote:
>Signed-off-by: Katerina Koukiou <kkoukiou at redhat.com>
>---
> data/org.libvirt.Connect.xml |  7 +++++++
> src/connect.c                | 40 ++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 47 insertions(+)
>
>diff --git a/data/org.libvirt.Connect.xml b/data/org.libvirt.Connect.xml
>index e5504f7..3ef965d 100644
>--- a/data/org.libvirt.Connect.xml
>+++ b/data/org.libvirt.Connect.xml
>@@ -94,6 +94,13 @@
>       <arg name="flags" type="u" direction="in"/>
>       <arg name="storagePoolSources" type="s" direction="out"/>
>     </method>
>+    <method name="GetAllDomainStats">
>+      <annotation name="org.gtk.GDBus.DocString"
>+        value="See https://libvirt.org/html/libvirt-libvirt-host.html#virConnectGetAllDomainStats"/>

This one is documented in https://libvirt.org/html/libvirt-libvirt-domain.html#virConnectGetAllDomainStats

Given that our API names are set in stone but our website URLs are not,
maybe we need some stable link that would redirect to the correct doc
page when given an API name.

Jano

>+      <arg name="stats" type="u" direction="in"/>
>+      <arg name="flags" type="u" direction="in"/>
>+      <arg name="records" type="av" direction="out"/>
>+    </method>
>     <method name="GetCapabilities">
>       <annotation name="org.gtk.GDBus.DocString"
>         value="See https://libvirt.org/html/libvirt-libvirt-host.html#virConnectGetCapabilities"/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180419/edcf7867/attachment-0001.sig>


More information about the libvir-list mailing list