]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove virConnectPtr from storage APIs & driver
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 11:42:56 +0000 (11:42 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 13:32:11 +0000 (13:32 +0000)
commit031366383acda1b8d9db1559f9bacff040697226
treeee3d7b477e5fa0a7fee5eae986b822aa264b3c8e
parent99edc443e905d30283c09a1ea7f3b4a5215f0ade
Remove virConnectPtr from storage APIs & driver

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 storage_conf.{h,c} and storage_encryption_conf.{h,c}
and update all callers to match
19 files changed:
src/conf/domain_conf.c
src/conf/storage_conf.c
src/conf/storage_conf.h
src/conf/storage_encryption_conf.c
src/conf/storage_encryption_conf.h
src/storage/storage_backend.c
src/storage/storage_backend.h
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/test/test_driver.c
src/vbox/vbox_tmpl.c
tests/storagepoolxml2xmltest.c
tests/storagevolxml2xmltest.c