mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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…
x
Reference in New Issue
Block a user