]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Update Parallels driver to always use privateData
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Oct 2014 13:33:11 +0000 (14:33 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Nov 2014 10:12:50 +0000 (11:12 +0100)
commitcfacca18fa806ed21970ebacfb525250d72b0976
tree79c67735606c136a40fae9dea3a185d1c57886f9
parentcd4900869745a2a0ceaf610b909f0b69cd40d2a6
Update Parallels driver to always use privateData

Since the secondary drivers are only active when the primary
driver is also the Parallels driver, there is no need to use the
different type specific privateData fields. The object that was
being stored in the storagePrivateData can easily be kept in the
parallelsConn struct instead.
src/parallels/parallels_network.c
src/parallels/parallels_storage.c
src/parallels/parallels_utils.h