* src/domain_conf.c: Fix build failure of the Xen proxy.
+Mon Oct 13 16:22:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
+
+ Build failure fixed.
+ * src/domain_conf.c: Fix build failure of the Xen proxy.
+
Sat Oct 11 09:23:18 CEST 2008 Jim Meyering <meyering@redhat.com>
testError format strings: explicitly include domain and network names
}
-#ifndef PROXY
int virDomainDiskCompare(virDomainDiskDefPtr a,
virDomainDiskDefPtr b) {
if (a->bus == b->bus)
}
+#ifndef PROXY
/* Parse the XML definition for a disk
* @param node XML nodeset to parse for disk definition
*/
VIR_FREE(dev);
return NULL;
}
+#endif
int virDomainDiskQSort(const void *a, const void *b)
{
return virDomainDiskCompare(*da, *db);
}
-
+#ifndef PROXY
static virDomainDefPtr virDomainDefParseXML(virConnectPtr conn,
virCapsPtr caps,
xmlXPathContextPtr ctxt)