Random changes.
[virt-ctrl.git] / virt-ctrl / vc_connections.mli
index 261f853..0fe7fa5 100644 (file)
@@ -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).