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:
Richard W.M. Jones
2007-11-20 10:58:21 +00:00
parent aab34d876e
commit 4ef3a4ea7c
4 changed files with 10 additions and 3 deletions

View File

@@ -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;