Re: [libvirt] [PATCH 3/5] util: add virTypedParamsPackStrings

2015-05-14 Thread Michal Privoznik
On 12.05.2015 14:07, Pavel Boldin wrote: > The `virTypedParamsPackStrings' function provides interface to pack > multiple string values under the same key to the `virTypedParameter' > array. > > Signed-off-by: Pavel Boldin > --- > include/libvirt/libvirt-host.h | 6 +++ > src/libvirt_public.sym

[libvirt] [PATCH 3/5] util: add virTypedParamsPackStrings

2015-05-12 Thread Pavel Boldin
The `virTypedParamsPackStrings' function provides interface to pack multiple string values under the same key to the `virTypedParameter' array. Signed-off-by: Pavel Boldin --- include/libvirt/libvirt-host.h | 6 +++ src/libvirt_public.syms| 1 + src/util/virtypedparam.c | 94