From: Maxim Nestratov Date: Tue, 26 May 2015 17:12:00 +0000 (+0300) Subject: parallels: increment the number of connection drivers X-Git-Tag: v1.2.17-rc1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560bbd4f9ae4420b46044905d2df7a8c9ff0d603;p=thirdparty%2Flibvirt.git 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 --- 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;