mirror of https://gitee.com/openkylin/libvirt.git
Remove all secondary driver private data fields
Now all drivers are converted to use their global state directly, there is no need for private data fields for the secondary drivers in virConnectPtr
This commit is contained in:
parent
d85f9f1a7e
commit
f35fa0fd95
|
@ -350,12 +350,6 @@ struct _virConnect {
|
|||
* NB: 'private' is a reserved word in C++.
|
||||
*/
|
||||
void * privateData;
|
||||
void * networkPrivateData;
|
||||
void * interfacePrivateData;
|
||||
void * storagePrivateData;
|
||||
void * nodeDevicePrivateData;
|
||||
void * secretPrivateData;
|
||||
void * nwfilterPrivateData;
|
||||
|
||||
/*
|
||||
* The lock mutex must be acquired before accessing/changing
|
||||
|
|
Loading…
Reference in New Issue