]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
util: add virTypedParamsAddStringList
authorPavel Boldin <pboldin@mirantis.com>
Mon, 15 Jun 2015 22:42:09 +0000 (01:42 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jun 2015 14:46:09 +0000 (16:46 +0200)
commit5eb03b6ea07d6e9178f5b8510681ea9ec9ca422f
tree941fd7f90e862f3f9933f843686c647aba064d28
parent952907f5401512013a1296d7888b1217abecff76
util: add virTypedParamsAddStringList

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>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
include/libvirt/libvirt-host.h
src/libvirt_public.syms
src/util/virtypedparam.c
tests/virtypedparamtest.c