Re: [libvirt] [PATCH 10/10] storage: remove virConnectPtr from all backend functions

2018-01-29 Thread Peter Krempa
On Fri, Jan 26, 2018 at 13:35:37 +, Daniel Berrange wrote: > Now that we can open connections to the secondary drivers on demand, > there is no need to pass a virConnectPtr into all the backend > functions. > > Signed-off-by: Daniel P. Berrangé > --- > src/storage/storage_backend.h

[libvirt] [PATCH 10/10] storage: remove virConnectPtr from all backend functions

2018-01-26 Thread Daniel P . Berrangé
Now that we can open connections to the secondary drivers on demand, there is no need to pass a virConnectPtr into all the backend functions. Signed-off-by: Daniel P. Berrangé --- src/storage/storage_backend.h | 45 ++--- src/storage/storage_backend_disk.c | 30 +