]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: Get rid of nodeGetCellMemory
authorPeter Krempa <pkrempa@redhat.com>
Fri, 18 Oct 2013 10:18:56 +0000 (12:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Nov 2013 09:50:20 +0000 (10:50 +0100)
commit5ed9b3bc29a06ffc3f67143a00818565920d50e8
treef88e5935602f48633a6967d0c7335d0a5a7b0c8f
parent9dd02965a5680c2fe3a43bf226227e9e11dd1d1e
nodeinfo: Get rid of nodeGetCellMemory

The function was called in a single place only and was reporting errors
that were later ignored. Use the virNumaGetNodeMemory helper to get the
size of the memory in the NUMA node and remove the helper
src/nodeinfo.c