Re: [libvirt] [PATCH REPOST 5/6] test: Create local virStoragePoolObjPtr VolLookup APIs

2017-10-06 Thread John Ferlan
On 10/06/2017 05:34 AM, Michal Privoznik wrote: > On 10/05/2017 10:23 PM, John Ferlan wrote: >> Rather than accessing privconn->pools.objs[i] in the for loop, >> let's use an @obj variable to make it easier to read the code. >> >> Signed-off-by: John Ferlan >> --- >> src/test/test_driver.c | 30

Re: [libvirt] [PATCH REPOST 5/6] test: Create local virStoragePoolObjPtr VolLookup APIs

2017-10-06 Thread Michal Privoznik
On 10/05/2017 10:23 PM, John Ferlan wrote: > Rather than accessing privconn->pools.objs[i] in the for loop, > let's use an @obj variable to make it easier to read the code. > > Signed-off-by: John Ferlan > --- > src/test/test_driver.c | 30 -- > 1 file changed, 16 ins

[libvirt] [PATCH REPOST 5/6] test: Create local virStoragePoolObjPtr VolLookup APIs

2017-10-05 Thread John Ferlan
Rather than accessing privconn->pools.objs[i] in the for loop, let's use an @obj variable to make it easier to read the code. Signed-off-by: John Ferlan --- src/test/test_driver.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/test/test_d