From: Maxim Nestratov Date: Tue, 26 May 2015 17:12:00 +0000 (+0300) Subject: parallels: increment the number of connection drivers X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=560bbd4f9ae4420b46044905d2df7a8c9ff0d603;p=people%2Fliuw%2Flibxenctrl-split%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 c8a58341a..fe62faa96 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;