
On 06/14/2011 03:47 AM, Daniel P. Berrange wrote:
On Thu, Jun 09, 2011 at 12:10:07PM -0500, Adam Litke wrote:
Set up the types for the block pull functions and insert them into the virDriver structure definition. Symbols are exported in this patch to prevent documentation compile failures.
* include/libvirt/libvirt.h.in: new API * src/driver.h: add the new entry to the driver structure * python/generator.py: fix compiler errors, the actual python bindings are implemented later * src/libvirt_public.syms: export symbols
+++ b/src/libvirt_public.syms @@ -451,3 +451,10 @@ LIBVIRT_0.9.2 { } LIBVIRT_0.9.0;
# .... define new API here using predicted next version number .... +LIBVIRT_0.9.3 { + global: + virDomainBlockPull; + virDomainBlockPullAll; + virDomainBlockPullAbort; + virDomainGetBlockPullInfo; +} LIBVIRT_0.9.2; --
Slight merge conflict here, but nothing too difficult.
ACK
Pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org