mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
xen-proxy: Remove it entirely and use libvirtd instead
Suggested by danpb, as it's not up-to-date anymore and lacks many functions that were added to libvirtd.
This commit is contained in:
@@ -45,7 +45,7 @@ typedef enum {
|
||||
VIR_FROM_XML, /* Error in the XML code */
|
||||
VIR_FROM_DOM, /* Error when operating on a domain */
|
||||
VIR_FROM_RPC, /* Error in the XML-RPC code */
|
||||
VIR_FROM_PROXY, /* Error in the proxy code */
|
||||
VIR_FROM_PROXY, /* Error in the proxy code */ /* unused since 0.8.6 */
|
||||
VIR_FROM_CONF, /* Error in the configuration file handling */
|
||||
VIR_FROM_QEMU, /* Error at the QEMU daemon */
|
||||
VIR_FROM_NET, /* Error when operating on a network */
|
||||
|
||||
Reference in New Issue
Block a user