]> xenbits.xensource.com Git - libvirt.git/commit
Remove abuse of networkPrivateData in phyp driver
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Oct 2014 13:54:41 +0000 (14:54 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Nov 2014 10:12:50 +0000 (11:12 +0100)
commitcd4900869745a2a0ceaf610b909f0b69cd40d2a6
tree36593e4da67c1c2ebce64ee436c05d8654355763
parenta9dedd781bde58d910c03f76d211384d5d6e96e8
Remove abuse of networkPrivateData in phyp driver

For inexplicable reasons the phyp driver defined two separate
structs for holding its private data. One it keeps in privateData
and the other it keeps in networkPrivateData. It uses them both
from all API driver methods. Merge the two separate structs
into one to remove this horrible abuse.
src/phyp/phyp_driver.c