From 560bbd4f9ae4420b46044905d2df7a8c9ff0d603 Mon Sep 17 00:00:00 2001 From: Maxim Nestratov Date: Tue, 26 May 2015 20:12:00 +0300 Subject: [PATCH] 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 --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index c8a58341ae..fe62faa961 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -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;