]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_namespace: Rename variable
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 15 Oct 2024 12:48:01 +0000 (14:48 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 16 Oct 2024 13:07:10 +0000 (15:07 +0200)
commit2b19f4b82d245d2c50e46ebf954280d5ee17a0da
treecce30b9b323c167840b81513d058e882900108c8
parent9cff1e29d31ca704e9651fa1eda31fd8fc29038b
qemu_namespace: Rename variable

The boolean actually tells whether the file existed when the function
was called and using it in more places later on makes them
confusing (e.g. do something with a file if it does not exist).  To
better reflect the above and prepare for next patch rename this
variable.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_namespace.c