]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add new API virDomainBlockPull* to headers
authorAdam Litke <agl@us.ibm.com>
Fri, 22 Jul 2011 05:18:06 +0000 (13:18 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 22 Jul 2011 05:18:06 +0000 (13:18 +0800)
commit152e810388e82265b2ee219648eb52cd22aed926
tree0eb3af053afd0ba349506809b9f4bb6d3ec4ec3f
parentbfb485ced29c10f47bcf0e0533f338d9548867f4
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
* docs/apibuild.py: Extend 'unsigned long' parameter exception to this
* API
docs/apibuild.py
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt_public.syms