• A
    Add new API virDomainBlockPull* to headers · 7d56a16d
    Adam Litke 提交于
    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: NAdam Litke <agl@us.ibm.com>
    7d56a16d
driver.h 53.5 KB