]> git.ipfire.org Git - thirdparty/libvirt.git/commit
iohelper: move runIO function to virfile.c
authorClaudio Fontana <cfontana@suse.de>
Fri, 6 May 2022 13:10:47 +0000 (15:10 +0200)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 May 2022 14:34:30 +0000 (15:34 +0100)
commit49d7a3a756de0b01d7507f2e85d852175d4bc0c6
tree7c46134f96e8e9331cd22ebd60d35ee1d195f922
parent42dc978c2807cf27de0862484d93cc49bdb22408
iohelper: move runIO function to virfile.c

where it can be reused by other helpers.
No changes other than the move.

Note that this makes iohelper now dependent on -lutil and -lacl.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Claudio Fontana <cfontana@suse.de>
src/util/iohelper.c
src/util/meson.build
src/util/virfile.c
src/util/virfile.h