]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Add file storage APIs in the default storage driver
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Feb 2014 15:12:57 +0000 (16:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2014 09:47:56 +0000 (10:47 +0100)
commite32268184b4fd1611ed5ffd3c758b8f6a34152e6
treef8aaa0b1f4a7a9e56005ae3bb48021a03da74153
parent6fb5a397bf896682a242811cf1914f3557172767
storage: Add file storage APIs in the default storage driver

Add APIs that will allow to use the storage driver to assist in
operations on files even for remote filesystems without native
representation as files in the host.
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_driver.c
src/storage/storage_driver.h
tests/Makefile.am