Re: [libvirt] [PATCH 04/23] util: storage: Add variables for node names into virStorageSource

2017-03-22 Thread Eric Blake
On 03/15/2017 11:37 AM, Peter Krempa wrote: > 'nodeformat' should be used for strings which describe the storage > format object, and 'nodebacking' for the actual storage object itself. > --- > src/libvirt_private.syms | 1 + > src/util/virstoragefile.c | 40 +

[libvirt] [PATCH 04/23] util: storage: Add variables for node names into virStorageSource

2017-03-15 Thread Peter Krempa
'nodeformat' should be used for strings which describe the storage format object, and 'nodebacking' for the actual storage object itself. --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 40 src/util/virstoragefile.h | 10 ++ 3 file