Re: [libvirt] [PATCH 07/19] storage: Use consistent variable names in virstorageobj

2017-07-14 Thread Pavel Hrdina
On Thu, Jul 13, 2017 at 05:49:35PM -0400, John Ferlan wrote: > > > On 07/12/2017 04:17 AM, Pavel Hrdina wrote: > > On Tue, May 09, 2017 at 11:30:14AM -0400, John Ferlan wrote: > >> A virStoragePoolObjPtr will be an 'obj'. > >> > >> A virStoragePoolPtr will be a 'pool'. > > > > There is no such

Re: [libvirt] [PATCH 07/19] storage: Use consistent variable names in virstorageobj

2017-07-13 Thread John Ferlan
On 07/12/2017 04:17 AM, Pavel Hrdina wrote: > On Tue, May 09, 2017 at 11:30:14AM -0400, John Ferlan wrote: >> A virStoragePoolObjPtr will be an 'obj'. >> >> A virStoragePoolPtr will be a 'pool'. > > There is no such change in this commit. > Simple enough to remove. >> >> NB: Also modify the

Re: [libvirt] [PATCH 07/19] storage: Use consistent variable names in virstorageobj

2017-07-12 Thread Pavel Hrdina
On Tue, May 09, 2017 at 11:30:14AM -0400, John Ferlan wrote: > A virStoragePoolObjPtr will be an 'obj'. > > A virStoragePoolPtr will be a 'pool'. There is no such change in this commit. > > NB: Also modify the @matchpool to @matchobj. > Signed-off-by: John Ferlan > --- >

[libvirt] [PATCH 07/19] storage: Use consistent variable names in virstorageobj

2017-05-09 Thread John Ferlan
A virStoragePoolObjPtr will be an 'obj'. A virStoragePoolPtr will be a 'pool'. NB: Also modify the @matchpool to @matchobj. Signed-off-by: John Ferlan --- src/conf/virstorageobj.c | 342 +++ src/conf/virstorageobj.h | 20 +-- 2