aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_host_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_host_cpu.h')
-rw-r--r--tools/libxen/include/xen_host_cpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_host_cpu.h b/tools/libxen/include/xen_host_cpu.h
index 8b6d37f5e3..b484793782 100644
--- a/tools/libxen/include/xen_host_cpu.h
+++ b/tools/libxen/include/xen_host_cpu.h
@@ -70,6 +70,7 @@ typedef struct xen_host_cpu_record
char *modelname;
char *stepping;
char *flags;
+ char *features;
double utilisation;
} xen_host_cpu_record;
@@ -223,6 +224,13 @@ xen_host_cpu_get_flags(xen_session *session, char **result, xen_host_cpu host_cp
/**
+ * Get the features field of the given host_cpu.
+ */
+extern bool
+xen_host_cpu_get_features(xen_session *session, char **result, xen_host_cpu host_cpu);
+
+
+/**
* Get the utilisation field of the given host_cpu.
*/
extern bool