
20 Feb
2015
20 Feb
'15
12:20 a.m.
On 02/16/2015 01:52 PM, Peter Krempa wrote:
As virDomainNumatuneSet now doesn't allocate the virDomainNuma object any longer it's not necessary to pass the pointer to a pointer to store the object as it will not change any longer.
While touching the parameter definitions I've also changed the name of the parameter to "numa". --- src/conf/numa_conf.c | 28 +++++++++++++--------------- src/conf/numa_conf.h | 2 +- src/lxc/lxc_native.c | 2 +- src/qemu/qemu_driver.c | 4 ++-- 4 files changed, 17 insertions(+), 19 deletions(-)
ACK John