提交 9a4c7559 编写于 作者: M Marcos Paulo de Souza 提交者: Michal Privoznik

driver.h: Add remoteOnly member to virConnectDriver struct

This new flag will be set when a driver needs a remote URL in order to
work, as ESX, HyperV and Phyp.
Signed-off-by: NMarcos Paulo de Souza <marcos.souza.org@gmail.com>
上级 a94bb4eb
......@@ -81,6 +81,8 @@ typedef virConnectDriver *virConnectDriverPtr;
struct _virConnectDriver {
/* Wether driver permits a server in the URI */
bool localOnly;
/* Wether driver needs a server in the URI */
bool remoteOnly;
/*
* NULL terminated list of supported URI schemes.
* - Single element { NULL } list indicates no supported schemes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册