]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Have virNetworkObjNew lock the returned object
authorJohn Ferlan <jferlan@redhat.com>
Wed, 10 May 2017 12:40:40 +0000 (08:40 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 16 Aug 2017 18:17:57 +0000 (14:17 -0400)
commit7beef70871d29e6097652e26051a47bacceb7dc5
tree9051cb7bbb8b52ac8853c30497f8705796761823
parent26c8fe49909beb3bc43d6ab0f14a882ae51a5d4e
network: Have virNetworkObjNew lock the returned object

Forces callers to use the virNetworkObjEndAPI properly.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virnetworkobj.c
tests/networkxml2conftest.c