mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
parallels: increment the number of connection drivers
We need to do this because we have just added a vz driver. Signed-off-by: Maxim Nestratov <mnestratov@parallels.com>
This commit is contained in:
parent
26385e9477
commit
560bbd4f9a
@ -109,7 +109,7 @@ VIR_LOG_INIT("libvirt");
|
|||||||
* - use reference counting to guarantee coherent pointer state ?
|
* - use reference counting to guarantee coherent pointer state ?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MAX_DRIVERS 20
|
#define MAX_DRIVERS 21
|
||||||
|
|
||||||
static virConnectDriverPtr virConnectDriverTab[MAX_DRIVERS];
|
static virConnectDriverPtr virConnectDriverTab[MAX_DRIVERS];
|
||||||
static int virConnectDriverTabCount;
|
static int virConnectDriverTabCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user