mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
committed by
Dmitry Guryanov
parent
26385e9477
commit
560bbd4f9a
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user