]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove use of networkPrivateData from network driver
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Oct 2014 14:17:18 +0000 (15:17 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Nov 2014 10:12:50 +0000 (11:12 +0100)
commit637c8aeef6230bc82060369cef1a2486ab6a0b64
tree1ab2167ee4a04ae90cc18a0baf7d7808f3aaf3ad
parent92d7bce91278d4aa900bd1a911fd874be9afd33d
Remove use of networkPrivateData from network driver

The shared network driver is stateful and inside the daemon so
there is no need to use the networkPrivateData field to get the
driver handle. Just access the global driver handle directly.

Many places already directly accessed the global driver handle
in any case, so the code could never work without relying on
this.
src/network/bridge_driver.c