aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-09 11:39:27 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-09 11:39:27 +0100
commit1a2d0aa9027d6023f3240abd23e0027a2ce25925 (patch)
tree684069b85de0b335b122b8d4a37968bd5a7b9ba3 /tools/libxen/include
parent0e20ef60f83697cf5c9e6e696e601622984db7ad (diff)
downloadxen-1a2d0aa9027d6023f3240abd23e0027a2ce25925.tar.gz
xen-1a2d0aa9027d6023f3240abd23e0027a2ce25925.tar.bz2
xen-1a2d0aa9027d6023f3240abd23e0027a2ce25925.zip
Added bindings and documentation for host.send_debug_keys and host.get_log.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_host.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_host.h b/tools/libxen/include/xen_host.h
index a27c875687..f380f989d0 100644
--- a/tools/libxen/include/xen_host.h
+++ b/tools/libxen/include/xen_host.h
@@ -443,6 +443,20 @@ xen_host_dmesg_clear(xen_session *session, char **result, xen_host host);
/**
+ * Get the host's log file.
+ */
+extern bool
+xen_host_get_log(xen_session *session, char **result, xen_host host);
+
+
+/**
+ * Inject the given string as debugging keys into Xen.
+ */
+extern bool
+xen_host_send_debug_keys(xen_session *session, xen_host host, char *keys);
+
+
+/**
* List all supported methods.
*/
extern bool