]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainNamespaceUnlinkPaths: Turn @paths into string list
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Jul 2020 13:05:52 +0000 (15:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Aug 2020 17:58:55 +0000 (19:58 +0200)
commitf7feac4ba8dcce3a97e45e416b1bf5f2b416e25b
treeadaf9b44ae8f756bc3fdb29b7f726b93b9426f72
parent52fa81ac52d2b194b3842860e31a145a53288e76
qemuDomainNamespaceUnlinkPaths: Turn @paths into string list

So far, the only caller qemuDomainNamespaceUnlinkPath() will
always pass a single path to unlink, but similarly to
qemuDomainNamespaceMknodPaths() - there are a few callers that
would like to pass two or more files to unlink at once (held in a
string list). Make the @paths argument a string list then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_namespace.c