提交 0d7c9fa6 编写于 作者: M Michal Privoznik

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: NMichal Privoznik <mprivozn@redhat.com>
上级 dffe584a
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册