• P
    util: storage: Rename "path" to "relPath" in virStorageFileMetadata · f34b8296
    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.
    f34b8296
virstoragefile.c 49.7 KB