]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add new API virDomainMemoryStats to header and drivers
authorAdam Litke <agl@us.ibm.com>
Sun, 20 Dec 2009 12:28:42 +0000 (13:28 +0100)
committerDaniel Veillard <veillard@redhat.com>
Sun, 20 Dec 2009 12:28:42 +0000 (13:28 +0100)
commit3a70131312d62d02d0fb2d55c6fc51dcc5c06a5d
tree162a3e99be1fe018631d8e8cd7d970164426b37d
parent7c59337d5d547feff05187bd7a0902cd5430dec5
Add new API virDomainMemoryStats to header and drivers

Set up the types for the domainMemoryStats function and insert it into the
virDriver structure definition.  Because of static initializers, update
every driver and set the new field to NULL.

* include/libvirt/libvirt.h.in: new API
* src/driver.h src/*/*_driver.c src/vbox/vbox_tmpl.c: add the new
  entry to the driver structure
* python/generator.py: fix compiler errors, the actual python binding is
  implemented later
14 files changed:
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/esx/esx_driver.c
src/lxc/lxc_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/xen/xen_driver.c