summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-04-04 14:37:32 +0000
committerKarel Zak <kzak@redhat.com>2006-04-04 14:37:32 +0000
commitf7e40ae87918ae0ced3c6388c9faf05191d4c15a (patch)
tree6503b5d62c3fe27b2c634013931a21ed0f6e781f /include
parent831f910e506d371c11ee7c7071888564b19e64cb (diff)
downloadlibvirt-f7e40ae87918ae0ced3c6388c9faf05191d4c15a.tar.gz
add nodeinfo, rename dinfo to dominfo, fix libvirt.h typo
Diffstat (limited to 'include')
-rw-r--r--include/libvirt.h2
-rw-r--r--include/libvirt.h.in2
-rw-r--r--include/libvirt/libvirt.h2
-rw-r--r--include/libvirt/libvirt.h.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/libvirt.h b/include/libvirt.h
index 02ca8c2197..fe1677b5ba 100644
--- a/include/libvirt.h
+++ b/include/libvirt.h
@@ -158,7 +158,7 @@ typedef struct _virNodeInfo virNodeInfo;
struct _virNodeInfo {
char model[32]; /* string indicating the CPU model */
- unsigned long memory;/* memory size in megabytes */
+ unsigned long memory;/* memory size in kilobytes */
unsigned int cpus; /* the number of active CPUs */
unsigned int mhz; /* expected CPU frequency */
unsigned int nodes; /* the number of NUMA cell, 1 for uniform mem access */
diff --git a/include/libvirt.h.in b/include/libvirt.h.in
index a73c46ac93..f90292f5ee 100644
--- a/include/libvirt.h.in
+++ b/include/libvirt.h.in
@@ -158,7 +158,7 @@ typedef struct _virNodeInfo virNodeInfo;
struct _virNodeInfo {
char model[32]; /* string indicating the CPU model */
- unsigned long memory;/* memory size in megabytes */
+ unsigned long memory;/* memory size in kilobytes */
unsigned int cpus; /* the number of active CPUs */
unsigned int mhz; /* expected CPU frequency */
unsigned int nodes; /* the number of NUMA cell, 1 for uniform mem access */
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index 02ca8c2197..fe1677b5ba 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -158,7 +158,7 @@ typedef struct _virNodeInfo virNodeInfo;
struct _virNodeInfo {
char model[32]; /* string indicating the CPU model */
- unsigned long memory;/* memory size in megabytes */
+ unsigned long memory;/* memory size in kilobytes */
unsigned int cpus; /* the number of active CPUs */
unsigned int mhz; /* expected CPU frequency */
unsigned int nodes; /* the number of NUMA cell, 1 for uniform mem access */
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index a73c46ac93..f90292f5ee 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -158,7 +158,7 @@ typedef struct _virNodeInfo virNodeInfo;
struct _virNodeInfo {
char model[32]; /* string indicating the CPU model */
- unsigned long memory;/* memory size in megabytes */
+ unsigned long memory;/* memory size in kilobytes */
unsigned int cpus; /* the number of active CPUs */
unsigned int mhz; /* expected CPU frequency */
unsigned int nodes; /* the number of NUMA cell, 1 for uniform mem access */