]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: Rename nodeGetFreeMemory to nodeGetMemory
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 16 Jun 2014 12:02:34 +0000 (14:02 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Jun 2014 13:10:49 +0000 (15:10 +0200)
commit99a63aed2d3a660b61a21f30da677d9e625510a6
tree73ff99a160530beb7c592125bb713d6c232d3cbf
parent356c6f389fcff5ca74b393a0d94f7542c1be9d81
nodeinfo: Rename nodeGetFreeMemory to nodeGetMemory

For future work we want to get info for not only the free memory
but overall memory size too. That's why the function must have
new signature too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/bhyve_driver.c
src/libvirt_private.syms
src/lxc/lxc_driver.c
src/nodeinfo.c
src/nodeinfo.h
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c