diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2008-02-16 19:16:50 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2008-02-16 19:16:50 +0000 |
commit | 430d646f23385cff10f3cfe359f27226f42cf01a (patch) | |
tree | 8b9ec70e4e99c2489bfb9afc6fbd0130c6e2e061 /virt-ctrl/vc_mainwindow.mli | |
parent | 41f706134365c43ab79dc0383965df267eece0e2 (diff) | |
download | virt-top-430d646f23385cff10f3cfe359f27226f42cf01a.tar.gz virt-top-430d646f23385cff10f3cfe359f27226f42cf01a.tar.xz virt-top-430d646f23385cff10f3cfe359f27226f42cf01a.zip |
Combine historical data, provide accessor functions.
- Historical data combined into a single array of dhentrys.
- Provide accessor functions.
- Clamp %CPU to 0..100.
Diffstat (limited to 'virt-ctrl/vc_mainwindow.mli')
-rw-r--r-- | virt-ctrl/vc_mainwindow.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt-ctrl/vc_mainwindow.mli b/virt-ctrl/vc_mainwindow.mli index 1f3a176..68843fb 100644 --- a/virt-ctrl/vc_mainwindow.mli +++ b/virt-ctrl/vc_mainwindow.mli @@ -27,4 +27,5 @@ val make : open_connection:(unit -> unit) -> pause_domain:Vc_domain_ops.dops_callback_fn -> resume_domain:Vc_domain_ops.dops_callback_fn -> shutdown_domain:Vc_domain_ops.dops_callback_fn -> + open_domain_details:Vc_domain_ops.dops_callback_fn -> unit |