mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
* src/xen_internal.c: fix from Hugh Brock to allow compiling
with -Werror after the previous patch Daniel
This commit is contained in:
parent
a62e008365
commit
75e63ce86e
@ -1,3 +1,8 @@
|
||||
Tue Jun 5 22:47:09 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xen_internal.c: fix from Hugh Brock to allow compiling
|
||||
with -Werror after the previous patch
|
||||
|
||||
Tue Jun 5 14:03:38 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
|
||||
|
@ -660,6 +660,8 @@ virXenError(virErrorNumber error, const char *info, int value)
|
||||
errmsg, info, NULL, value, 0, errmsg, info);
|
||||
}
|
||||
|
||||
#ifndef PROXY
|
||||
|
||||
/**
|
||||
* virXenErrorFunc:
|
||||
* @error: the error number
|
||||
@ -692,6 +694,8 @@ virXenErrorFunc(virErrorNumber error, const char *func, const char *info,
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* PROXY */
|
||||
|
||||
/**
|
||||
* virXenPerror:
|
||||
* @conn: the connection (if available)
|
||||
@ -2830,7 +2834,7 @@ xenHypervisorGetVcpus(virDomainPtr domain, virVcpuInfoPtr info, int maxinfo,
|
||||
}
|
||||
return nbinfo;
|
||||
}
|
||||
#endif
|
||||
#endif /* PROXY */
|
||||
|
||||
/**
|
||||
* xenHypervisorGetVcpuMax:
|
||||
|
Loading…
x
Reference in New Issue
Block a user