]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove conn parameter from util functions
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 4 Feb 2010 22:41:52 +0000 (23:41 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 9 Feb 2010 00:04:54 +0000 (01:04 +0100)
commitf972dc2d5cfdfaf7a8bcf68d36bba44be789eb9c
treede94caf49824fd5d7918c0a167c15858b0e3802f
parentd5c6183defa1996bfb5a0a1a45acee74a16b597c
Remove conn parameter from util functions

It was used for error reporting only.
35 files changed:
daemon/libvirtd.c
daemon/remote.c
docs/api_extension/0007-Step-7-of-8-Implement-the-driver-methods.patch
src/lxc/lxc_driver.c
src/lxc/veth.c
src/network/bridge_driver.c
src/node_device/node_device_driver.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/secret/secret_driver.c
src/security/security_apparmor.c
src/security/virt-aa-helper.c
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_scsi.c
src/storage/storage_backend_scsi.h
src/storage/storage_driver.c
src/uml/uml_driver.c
src/util/bridge.c
src/util/cgroup.c
src/util/ebtables.c
src/util/iptables.c
src/util/pci.c
src/util/util.c
src/util/util.h
src/xen/proxy_internal.c
tools/virsh.c