]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virStorageGetMetadataFromFD() to libvirt_util
authorMark McLoughlin <markmc@redhat.com>
Tue, 29 Sep 2009 08:34:48 +0000 (09:34 +0100)
committerMark McLoughlin <markmc@redhat.com>
Wed, 30 Sep 2009 09:36:59 +0000 (10:36 +0100)
commita010fb58d6bce026852d611e32302da7687639e5
treea6fdbae076b9900dacf1a67cfc8b1ab28efefa44
parent5fede0a90be565e1c44b7c8236cb8910fd06b52f
Move virStorageGetMetadataFromFD() to libvirt_util

Finally, we get to the point of all this.

Move virStorageGetMetadataFromFD() to virStorageFileGetMetadataFromFD()
and move to src/util/storage_file.[ch]

There's no functional changes in this patch, just code movement

* src/storage/storage_backend_fs.c: move code from here ...

* src/util/storage_file.[ch]: ... to here

* src/libvirt_private.syms: export virStorageFileGetMetadataFromFD()
src/libvirt_private.syms
src/storage/storage_backend_fs.c
src/util/storage_file.c
src/util/storage_file.h