X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-ctrl%2Fvc_mainwindow.mli;h=39439e97fc7d28e630eeb5c80deccbe2e0f26946;hp=68843fb9659885eb15ff849629bede1a824dff01;hb=d7a277ed8a3312d927d712cb01807ea07d7b96ae;hpb=430d646f23385cff10f3cfe359f27226f42cf01a diff --git a/virt-ctrl/vc_mainwindow.mli b/virt-ctrl/vc_mainwindow.mli index 68843fb..39439e9 100644 --- a/virt-ctrl/vc_mainwindow.mli +++ b/virt-ctrl/vc_mainwindow.mli @@ -22,7 +22,7 @@ (** This function creates the main window. You have to pass in callback functions to wire everything up. *) -val make : open_connection:(unit -> unit) -> +val make : start_domain:Vc_domain_ops.dops_callback_fn -> pause_domain:Vc_domain_ops.dops_callback_fn -> resume_domain:Vc_domain_ops.dops_callback_fn ->