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-05-26 20:12:00 +03:00 committed by Dmitry Guryanov
parent 26385e9477
commit 560bbd4f9a

View File

@ -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;