]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Convert virNetworkObjList to use RWObjectLockable
authorJohn Ferlan <jferlan@redhat.com>
Tue, 10 Oct 2017 14:02:32 +0000 (10:02 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 12 Oct 2017 22:30:39 +0000 (18:30 -0400)
commit3dcab1de5d45dc44d1c9d3a09fd29f826062d214
tree159fdf2ec85afd7d265bf0e695a8b2eb4acc2555
parent0c691e9806128abfbf8cdebbb91dfcb332870367
network: Convert virNetworkObjList to use RWObjectLockable

Let's use the RWObjectLockable for the various list lock mgmt.
Only time need Write lock will be for Add, Remove, and Prune logic.
src/conf/virnetworkobj.c