
25 May
2015
25 May
'15
4:58 p.m.
On 21.05.2015 13:07, Pavel Boldin wrote:
The `virTypedParamsAddStringList' function provides interface to add a NULL-terminated array of string values as a multi-value to the params.
Signed-off-by: Pavel Boldin <pboldin@mirantis.com> --- include/libvirt/libvirt-host.h | 6 ++++++ src/libvirt_public.syms | 1 + src/util/virtypedparam.c | 36 ++++++++++++++++++++++++++++++++++++ tests/virtypedparamtest.c | 28 ++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+)
ACK Michal