]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: split gluster storage file code from storage driver backend
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 25 Apr 2018 09:17:13 +0000 (10:17 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 11:49:22 +0000 (12:49 +0100)
commit7568fc730f02fe902268908d12f92c991dbee1ff
tree22177a8a11d6cb3e542faf7b8321078b61db2f14
parent8b0f721f2e3f3d3b6b5a3cac6ec25759d9a562af
storage: split gluster storage file code from storage driver backend

The storage file code needs to be run in the hypervisor drivers, while
the storage backend code needs to be run in the storage driver. Split
the source code as a preparatory step for creating separate loadable
modules.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/storage/Makefile.inc.am
src/storage/storage_backend_gluster.c
src/storage/storage_file_gluster.c [new file with mode: 0644]
src/storage/storage_file_gluster.h [new file with mode: 0644]