]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove virConnectPtr from network XML APis
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 10:22:52 +0000 (10:22 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 13:31:28 +0000 (13:31 +0000)
commit0677e11125a2426331d09db66c1740837ea8dd38
tree3687430b669d28c8bd01590c534d7cd7bb1ac635
parentce71b8654d45bd59e087a833366f684ce9d84847
Remove virConnectPtr from network XML APis

The virConnectPtr is no longer required for error reporting since
that is recorded in a thread local. Remove use of virConnectPtr
from all APIs in network_conf.{h,c} and update all callers to
match
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c
src/test/test_driver.c
src/vbox/vbox_tmpl.c
tests/networkxml2xmltest.c