[libvirt] [PATCH 3/7] Use size_t for ndevice in pool source definition

2014-03-12 Thread Ján Tomko
This allows it to be used by the VIR_*_ELEMENT macros. Also use them for parsing the definiton and remove the redundant freeing of 'nodeset' before jumping to the cleanup label. --- src/conf/storage_conf.c | 23 ++- src/conf/storage_conf.h | 2 +- 2 files changed, 11

Re: [libvirt] [PATCH 3/7] Use size_t for ndevice in pool source definition

2014-03-12 Thread Daniel P. Berrange
On Wed, Mar 12, 2014 at 02:08:13PM +0100, Ján Tomko wrote: This allows it to be used by the VIR_*_ELEMENT macros. Also use them for parsing the definiton and remove the redundant freeing of 'nodeset' before jumping to the cleanup label. --- src/conf/storage_conf.c | 23