X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-ctrl%2Fvc_connections.mli;h=0fe7fa5e515fd693fe7c1820a3cee550d97a8244;hb=b64cf8e133089a82996beb01402eb504eb30ac38;hp=261f85344c24825e161c48fc6a3aa44e3adfaafa;hpb=0cdc9f04874ff5b7f8a43cb50cfea4f1c098c707;p=virt-ctrl.git diff --git a/virt-ctrl/vc_connections.mli b/virt-ctrl/vc_connections.mli index 261f853..0fe7fa5 100644 --- a/virt-ctrl/vc_connections.mli +++ b/virt-ctrl/vc_connections.mli @@ -48,6 +48,12 @@ val make_treeview : (** Open a new connection to the hypervisor URI given. *) val open_connection : string -> unit +(** Get node info, hostname, URI and capabilities from a connection. *) +val get_node_info : int -> Libvirt.Connect.node_info +val get_hostname : int -> string option +val get_uri : int -> string +val get_capabilities : int -> Xml.xml option + (** Return the amount of historical data that we hold about a domain (in seconds).