]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Switch over from struct virStorageFileMetadata to virStorageSource
authorPeter Krempa <pkrempa@redhat.com>
Thu, 17 Apr 2014 14:05:16 +0000 (16:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Apr 2014 21:11:07 +0000 (23:11 +0200)
commitd64d9ff9484d3718bb958086b6726d60b8e2d973
treeb4e0767ba1aa6f1cd3bc17bbccc4d501b335124c
parent0b5161d9c5cfe0393a739a3dc597b72018ba90cd
maint: Switch over from struct virStorageFileMetadata to virStorageSource

Replace the old structure with the new one. This change is a trivial
name change operation (along with change of the freeing function).
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/virstoragetest.c