]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test_driver: Use virNetworkObjEndAPI
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Feb 2015 16:38:54 +0000 (17:38 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Mar 2015 15:58:48 +0000 (16:58 +0100)
commit107c9a561ba5db038e48f5d85239c18022cc072f
tree31f3a4e9a8e3a4cd50b7535cd0686dc9d52b1cb5
parent37c2bad77d3fc1aede7bfeaa355dcae9c9f2137d
test_driver: Use virNetworkObjEndAPI

So far, this is pure code replacement. But once we introduce
reference counting to virNetworkObj this will be more handy as
there'll be only one function to change: virNetworkObjEndAPI().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/test/test_driver.c