]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCommand: Introduce virCommandGetArgList
authorPeter Krempa <pkrempa@redhat.com>
Wed, 13 May 2020 15:55:21 +0000 (17:55 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 20 May 2020 07:41:57 +0000 (09:41 +0200)
commit003f063dd603ad09971fa980145af032a8927529
tree0ffa22dd9b5246188d3a9fbd3586031adc00b080
parent3cc35bf88e191c4b99315b143c46d233c54edd46
virCommand: Introduce virCommandGetArgList

The helper returns a list of arguments of a virCommand. This will be
useful in tests where we'll inspect certain already formatted arguments.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/libvirt_private.syms
src/util/vircommand.c
src/util/vircommand.h