aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_pif_metrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_pif_metrics.h')
-rw-r--r--tools/libxen/include/xen_pif_metrics.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/libxen/include/xen_pif_metrics.h b/tools/libxen/include/xen_pif_metrics.h
index 420516d8b6..9d49bc8c1d 100644
--- a/tools/libxen/include/xen_pif_metrics.h
+++ b/tools/libxen/include/xen_pif_metrics.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, XenSource Inc.
+ * Copyright (c) 2006-2007, XenSource Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -189,4 +189,11 @@ extern bool
xen_pif_metrics_get_io_write_kbs(xen_session *session, double *result, xen_pif_metrics pif_metrics);
+/**
+ * Return a list of all the PIF_metrics instances known to the system.
+ */
+extern bool
+xen_pif_metrics_get_all(xen_session *session, struct xen_pif_metrics_set **result);
+
+
#endif