]> xenbits.xensource.com Git - libvirt.git/commit
Add new API virDomainBlockPull* to headers
authorAdam Litke <agl@us.ibm.com>
Thu, 9 Jun 2011 17:10:07 +0000 (12:10 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 03:20:11 +0000 (21:20 -0600)
commit7d56a16d036d9aa7292e10e884c129742036f8a7
tree6f7d5ca37f658fb166a7a7b8dcf2803100cdc41f
parent98bfdff12cbcf2d6efb3ba5e3236d75b3fd10634
Add new API virDomainBlockPull* to headers

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

Signed-off-by: Adam Litke <agl@us.ibm.com>
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt_public.syms