]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bridge_driver: Use virNetworkObjEndAPI
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Feb 2015 16:01:52 +0000 (17:01 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Mar 2015 15:58:48 +0000 (16:58 +0100)
commit37c2bad77d3fc1aede7bfeaa355dcae9c9f2137d
tree087bb3738671499cd3b96f19830d80aaacecd599
parentaa7c7f880e1559b5b2035e09b8834707f76ce4fe
bridge_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/network/bridge_driver.c