mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
This commit is contained in:
parent
a94bb4ebdf
commit
9a4c75590f
@ -81,6 +81,8 @@ typedef virConnectDriver *virConnectDriverPtr;
|
|||||||
struct _virConnectDriver {
|
struct _virConnectDriver {
|
||||||
/* Wether driver permits a server in the URI */
|
/* Wether driver permits a server in the URI */
|
||||||
bool localOnly;
|
bool localOnly;
|
||||||
|
/* Wether driver needs a server in the URI */
|
||||||
|
bool remoteOnly;
|
||||||
/*
|
/*
|
||||||
* NULL terminated list of supported URI schemes.
|
* NULL terminated list of supported URI schemes.
|
||||||
* - Single element { NULL } list indicates no supported schemes
|
* - Single element { NULL } list indicates no supported schemes
|
||||||
|
Loading…
Reference in New Issue
Block a user