]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Rename "path" to "relPath" in virStorageFileMetadata
authorPeter Krempa <pkrempa@redhat.com>
Thu, 17 Apr 2014 11:36:59 +0000 (13:36 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Apr 2014 21:11:06 +0000 (23:11 +0200)
commitf34b8296923b20377f4fe936856bca7c8a460d14
tree64ce1a80d35d1354263794c8c8eae6797cfa058e
parent66d92473fa2378f3dbef1a920977f2f2bf235eca
util: storage: Rename "path" to "relPath" in virStorageFileMetadata

To allow future change of virStorageFileMetadata to virStorageSource we
need to store a full path in the "path" variable as rest of the code
expects it to be a full path. Rename the "path" field to "relPath" to
keep tracking the info but allowing a real "path" field.
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/virstoragetest.c