Re: [libvirt] [PATCH 2/5] util: virTypedParamsPick* multikey API

2015-05-14 Thread Michal Privoznik
On 12.05.2015 14:07, Pavel Boldin wrote: Add multikey APIs for virTypedParams*: * virTypedParamsPick that returns all the parameters with the specified name and type. * virTypedParamsPickStrings that returns a NULL-terminated `const char**' list with all the values for specified

[libvirt] [PATCH 2/5] util: virTypedParamsPick* multikey API

2015-05-12 Thread Pavel Boldin
Add multikey APIs for virTypedParams*: * virTypedParamsPick that returns all the parameters with the specified name and type. * virTypedParamsPickStrings that returns a NULL-terminated `const char**' list with all the values for specified name and string type. Signed-off-by: Pavel Boldin