]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virstoragefile: change virStorageSource->drv to void pointer
authorPavel Hrdina <phrdina@redhat.com>
Tue, 8 Dec 2020 14:22:57 +0000 (15:22 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 10:10:27 +0000 (11:10 +0100)
commit3e210d204c371a5a099ba0ae26071b50b71fa38e
treeb1eb1da2df29f382f71bd58fae043a579fc6a768
parent7b4e3bab5bd034337694c71169b56dc3bba4016e
virstoragefile: change virStorageSource->drv to void pointer

This will allow following patches to move virStorageSource into conf
directory and virStorageDriverData into a new storage_file directory.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/storage/storage_file_fs.c
src/storage/storage_file_gluster.c
src/util/virstoragefile.c
src/util/virstoragefile.h
src/util/virstoragefilebackend.h