Re: [libvirt] [PATCH] interfaces: Convert virInterfaceObjList to virObjectRWLockable

2017-10-13 Thread John Ferlan
On 10/09/2017 07:17 PM, John Ferlan wrote: > Rather than a forward linked list, let's use the ObjectRWLockable object > in order to manage the data. > > Requires numerous changes from List to Object management similar to > many other drivers/vir*obj.c modules > > Signed-off-by: John Ferlan > -

[libvirt] [PATCH] interfaces: Convert virInterfaceObjList to virObjectRWLockable

2017-10-09 Thread John Ferlan
Rather than a forward linked list, let's use the ObjectRWLockable object in order to manage the data. Requires numerous changes from List to Object management similar to many other drivers/vir*obj.c modules Signed-off-by: John Ferlan --- For some reason I thought I had already done this, but g