]> xenbits.xensource.com Git - libvirt.git/commit
interfaces: Convert virInterfaceObjList to virObjectRWLockable
authorJohn Ferlan <jferlan@redhat.com>
Mon, 9 Oct 2017 20:39:38 +0000 (16:39 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 19 Oct 2017 19:42:47 +0000 (15:42 -0400)
commit6094d6ec7fc9ea3e28c18c880b76858f06a8b129
tree084249eec5ce7e2340cb921cc3151c4f43161978
parent4102e22864d8dbac35fc03de44e3ef248b432160
interfaces: Convert virInterfaceObjList to virObjectRWLockable

Rather than a forward linked list, let's use the virHashTable in
order to manage the objsName data.

Requires numerous changes from List to Object management similar to
many other drivers/vir*obj.c modules
src/conf/virinterfaceobj.c