mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Tue Nov 20 10:49:28 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* src/virterror.c, src/stats_linux.c, include/libvirt/virterror.h: Renamed the VIR_FROM_LINUX error as VIR_FROM_STATS_LINUX for consistency.
This commit is contained in:
@@ -53,7 +53,7 @@ typedef enum {
|
||||
VIR_FROM_REMOTE, /* Error from remote driver */
|
||||
VIR_FROM_OPENVZ, /* Error from OpenVZ driver */
|
||||
VIR_FROM_XENXM, /* Error at Xen XM layer */
|
||||
VIR_FROM_LINUX, /* Error in the Linux Stats code */
|
||||
VIR_FROM_STATS_LINUX, /* Error in the Linux Stats code */
|
||||
} virErrorDomain;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user