Re: [libvirt] [PATCH 2/5] util: storage: Turn virStorageSource into a virObject

2019-02-17 Thread Erik Skultety
On Fri, Feb 15, 2019 at 01:42:10PM +0100, Peter Krempa wrote: > To allow tracking a single virStorageSource in multiple structures > without extra hassle allow refcounting by turining it into an object. > > Signed-off-by: Peter Krempa > --- > src/util/virstoragefile.c | 40

[libvirt] [PATCH 2/5] util: storage: Turn virStorageSource into a virObject

2019-02-15 Thread Peter Krempa
To allow tracking a single virStorageSource in multiple structures without extra hassle allow refcounting by turining it into an object. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 40 +-- src/util/virstoragefile.h | 2 ++ 2 files changed, 32