summaryrefslogtreecommitdiffstats
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2011-09-05 16:24:21 +0800
committerOsier Yang <jyang@redhat.com>2011-09-06 12:02:51 +0800
commit8cebfbb2f5855c970b1c642bcfd1f547b0ef41de (patch)
tree76cbefebd24cf99e0190062533c0108041b95afc /libvirt-override-api.xml
parentffcb4a3f7c89f15031e6077ad350bf4fc66d571c (diff)
downloadlibvirt-python-split-8cebfbb2f5855c970b1c642bcfd1f547b0ef41de.tar.gz
libvirt-python-split-8cebfbb2f5855c970b1c642bcfd1f547b0ef41de.tar.xz
libvirt-python-split-8cebfbb2f5855c970b1c642bcfd1f547b0ef41de.zip
latency: Expose the new API for Python bindingv0.9.5-rc1
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r--libvirt-override-api.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index 1cf115c..3013e46 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -128,6 +128,13 @@
<arg name='domain' type='virDomainPtr' info='a domain object'/>
<arg name='path' type='char *' info='the path for the block device'/>
</function>
+ <function name='virDomainBlockStatsFlags' file='python'>
+ <info>Extracts block device statistics parameters of a running domain</info>
+ <return type='virTypedParameterPtr' info='None in case of error, returns a dictionary of params'/>
+ <arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
+ <arg name='path' type='char *' info='the path for the block device'/>
+ <arg name='flags' type='int' info='flags (unused; pass 0)'/>
+ </function>
<function name='virDomainInterfaceStats' file='python'>
<info>Extracts interface device statistics for a domain</info>
<return type='virDomainInterfaceStats' info='a tuple of statistics'/>