On 05/26/2015 09:01 AM, Michal Privoznik wrote:
From: Pavel Boldin <pboldin(a)mirantis.com>
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(a)mirantis.com>
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.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(+)
Previous ACK still applies it seems - just going to need to change
libvirt_public.syms
John