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:
Maxim Nestratov
2015-06-03 09:47:01 +03:00
committed by Dmitry Guryanov
parent 26385e9477
commit 560bbd4f9a
+1 -1
View File
@@ -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;