cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/ricci/modules/cluster Virt.cpp
@ 2008-03-17 16:58 rmccabe
  0 siblings, 0 replies; only message in thread
From: rmccabe @ 2008-03-17 16:58 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2008-03-17 16:58:07

Modified files:
	ricci/modules/cluster: Virt.cpp 

Log message:
	The bug is actually virConnectNumOfDefinedDomains(), so the code as is correct (and not working around any bug)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- conga/ricci/modules/cluster/Virt.cpp	2008/03/14 19:58:12	1.9
+++ conga/ricci/modules/cluster/Virt.cpp	2008/03/17 16:58:07	1.10
@@ -221,11 +221,6 @@
 		free(dom);
 	}
 
-	/*
-	** As of libvirt-0.3.3-5, active domains aren't returned in the list
-	** of results from 'virConnectListDefinedDomains', so ask for them
-	** explicitly below.
-	*/
 	num_doms = virConnectNumOfDomains(con);
 	if (num_doms < 0) {
 		virConnectClose(con);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-17 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 16:58 [Cluster-devel] conga/ricci/modules/cluster Virt.cpp rmccabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).