]> git.ipfire.org Git - thirdparty/libvirt.git/commit
interface: Make _virInterfaceObjList virObjectRWLockable
authorJohn Ferlan <jferlan@redhat.com>
Thu, 19 Oct 2017 15:51:22 +0000 (11:51 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 19 Oct 2017 19:39:44 +0000 (15:39 -0400)
commit4102e22864d8dbac35fc03de44e3ef248b432160
treecb14b5b7618b4311017ae09599cd8773f653ca6f
parent37537a7c64b43be2eebf8b0cea7c6d445e214806
interface: Make _virInterfaceObjList virObjectRWLockable

Modify the allocation to be a real RWLockable object and add the
various RWLock{Read|Write} and RWUnlock calls to process the list
of interfaces.
src/conf/virinterfaceobj.c
src/conf/virinterfaceobj.h
src/libvirt_private.syms
src/test/test_driver.c