mirror of https://gitee.com/openkylin/libvirt.git
vbox: Make vboxCommonDriver static
This is a global variable, but it isn't accessible from outside of the file its declared in. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
dffe584aa4
commit
0d7c9fa679
|
@ -7978,7 +7978,7 @@ vboxDomainSendKey(virDomainPtr dom,
|
|||
* Function Tables
|
||||
*/
|
||||
|
||||
virHypervisorDriver vboxCommonDriver = {
|
||||
static virHypervisorDriver vboxCommonDriver = {
|
||||
.name = "VBOX",
|
||||
.connectOpen = vboxConnectOpen, /* 0.6.3 */
|
||||
.connectClose = vboxConnectClose, /* 0.6.3 */
|
||||
|
|
Loading…
Reference in New Issue