]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove use of storagePrivateData from storage 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)
commit92d7bce91278d4aa900bd1a911fd874be9afd33d
treefb79fdfe64174cf94e66921c104ac4dbceffe9a7
parent073484166ce3ae6b70dd7cf9405200e36940d10d
Remove use of storagePrivateData from storage driver

The shared storage driver is stateful and inside the daemon so
there is no need to use the storagePrivateData field to get the
driver handle. Just access the global driver handle directly.
src/storage/storage_driver.c