diff options
author | Jim Fehlig <jfehlig@novell.com> | 2011-08-26 12:10:21 -0600 |
---|---|---|
committer | Jim Fehlig <jfehlig@suse.com> | 2011-09-01 11:26:21 -0600 |
commit | b12354befee9f8e88d3d5d96390856af8f05eb2f (patch) | |
tree | d31cd337b498c4077e81a2d80f93a8d065dd0269 /src/libvirt_public.syms | |
parent | virsh: prefer unsigned flags (diff) | |
download | libvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.tar.gz libvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.tar.bz2 libvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.zip |
Add public API for getting migration speed
Includes impl of python binding since the generator was not
able to cope.
Note: Requires gendispatch.pl patch from Matthias Bolte
https://www.redhat.com/archives/libvir-list/2011-August/msg01367.html
Diffstat (limited to 'src/libvirt_public.syms')
-rw-r--r-- | src/libvirt_public.syms | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms index c2b6666df..169c3ee5a 100644 --- a/src/libvirt_public.syms +++ b/src/libvirt_public.syms @@ -480,4 +480,9 @@ LIBVIRT_0.9.4 { virDomainBlockPull; } LIBVIRT_0.9.3; +LIBVIRT_0.9.5 { + global: + virDomainMigrateGetMaxSpeed; +} LIBVIRT_0.9.4; + # .... define new API here using predicted next version number .... |