* src/xen_unified.c (xenUnifiedRegister): Comment the
xenUnifiedRegister function to avoid error message
when building docs/. Patch from Atsushi SAKAI.
+Tue Apr 10 13:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+
+ * src/xen_unified.c (xenUnifiedRegister): Comment the
+ xenUnifiedRegister function to avoid error message
+ when building docs/. Patch from Atsushi SAKAI.
+
Tue Apr 10 12:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/xen_unified.h, src/xen_unified.c: Fix indentation.
.domainSetAutostart = xenUnifiedDomainSetAutostart,
};
+/**
+ * xenUnifiedRegister:
+ *
+ * Register xen related drivers
+ *
+ * Returns the driver priority or -1 in case of error.
+ */
int
xenUnifiedRegister (void)
{