Re: [libvirt] [PATCH v2 07/12] storage: Use virStoragePoolObjGetAutostartLink

2017-09-18 Thread Michal Privoznik
On 08/24/2017 03:09 PM, John Ferlan wrote: > Use the new accessor API for storage_driver. > > Signed-off-by: John Ferlan > --- > src/storage/storage_driver.c | 21 - > 1 file changed, 12 insertions(+), 9 deletions(-) > > diff --git a/src/storage/storage_driver.c b/src/storag

[libvirt] [PATCH v2 07/12] storage: Use virStoragePoolObjGetAutostartLink

2017-08-24 Thread John Ferlan
Use the new accessor API for storage_driver. Signed-off-by: John Ferlan --- src/storage/storage_driver.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index 7b1396f..a7a77ba 100644 --- a/src/