mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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.
This commit is contained in:
parent
0c52de4d8e
commit
1f88a2d031
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -762,6 +762,13 @@ static virDriver xenUnifiedDriver = {
|
||||
.domainSetAutostart = xenUnifiedDomainSetAutostart,
|
||||
};
|
||||
|
||||
/**
|
||||
* xenUnifiedRegister:
|
||||
*
|
||||
* Register xen related drivers
|
||||
*
|
||||
* Returns the driver priority or -1 in case of error.
|
||||
*/
|
||||
int
|
||||
xenUnifiedRegister (void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user