Re: [libvirt] [RFC PATCH 02/12] util: storage: Add preliminary storage for node names into virStorageSource

2017-02-23 Thread Eric Blake
On 02/23/2017 01:21 PM, Peter Krempa wrote: > --- > src/libvirt_private.syms | 1 + > src/util/virstoragefile.c | 37 + > src/util/virstoragefile.h | 9 + > 3 files changed, 47 insertions(+) > ACK -- Eric Blake eblake redhat com

[libvirt] [RFC PATCH 02/12] util: storage: Add preliminary storage for node names into virStorageSource

2017-02-23 Thread Peter Krempa
--- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 37 + src/util/virstoragefile.h | 9 + 3 files changed, 47 insertions(+) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 69d1bc860..078cca001 100644 ---