mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +00: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 ?
|
||||
*/
|
||||
|
||||
#define MAX_DRIVERS 20
|
||||
#define MAX_DRIVERS 21
|
||||
|
||||
static virConnectDriverPtr virConnectDriverTab[MAX_DRIVERS];
|
||||
static int virConnectDriverTabCount;
|
||||
|
Loading…
Reference in New Issue
Block a user