aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-04 18:42:20 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-04 18:42:20 +0100
commitfccf5da0dd1207e80d6e8a9c6e40d2f4d6580607 (patch)
tree7976a2f4c14a602d77db196687c3b8b87bd471f5 /tools/libxen/include
parent3a7400aa8668b4ec5b9590662d29510001b10bd7 (diff)
downloadxen-fccf5da0dd1207e80d6e8a9c6e40d2f4d6580607.tar.gz
xen-fccf5da0dd1207e80d6e8a9c6e40d2f4d6580607.tar.bz2
xen-fccf5da0dd1207e80d6e8a9c6e40d2f4d6580607.zip
Expose the method-listing call as host.list_methods.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_host.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_host.h b/tools/libxen/include/xen_host.h
index f9919ad309..1fbe014325 100644
--- a/tools/libxen/include/xen_host.h
+++ b/tools/libxen/include/xen_host.h
@@ -436,6 +436,13 @@ xen_host_dmesg(xen_session *session, char **result, xen_host host);
/**
+ * List all supported methods.
+ */
+extern bool
+xen_host_list_methods(xen_session *session, struct xen_string_set **result);
+
+
+/**
* Return a list of all the hosts known to the system.
*/
extern bool