Re: [libvirt] [PATCH 07/18] util: storage: Rename "path" to "relPath" in virStorageFileMetadata

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: > 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

[libvirt] [PATCH 07/18] util: storage: Rename "path" to "relPath" in virStorageFileMetadata

2014-04-20 Thread Peter Krempa
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