[libvirt] [PATCH 6/8] parallels: increment the number of connection drivers

Maxim Nestratov mnestratov at parallels.com
Fri May 22 18:19:05 UTC 2015


We need to do this because we have just added a vz driver.

Signed-off-by: Maxim Nestratov <mnestratov at parallels.com>
---
 src/libvirt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt.c b/src/libvirt.c
index c8a5834..fe62faa 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;
-- 
2.1.0




More information about the libvir-list mailing list