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

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2008-07-28 17:52:47

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

Log message:
	Provide an error message when functions that depend on libvirt are called on architectures for which libvirt is not available

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/virt/Virt.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.2&r2=1.1.2.3

--- conga/ricci/modules/virt/Virt.cpp	2008/07/28 17:49:45	1.1.2.2
+++ conga/ricci/modules/virt/Virt.cpp	2008/07/28 17:52:47	1.1.2.3
@@ -139,6 +139,7 @@
 
 map<String, String> Virt::get_vm_list(const String &hvURI) {
 	std::map<String, String> vm_list;
+	throw String("Unsupported on this architecture.");
 	return vm_list;
 }
 



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

only message in thread, other threads:[~2008-07-28 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-28 17:52 [Cluster-devel] conga/ricci/modules/virt 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).