summaryrefslogtreecommitdiffstats
path: root/guestfs-actions.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-04-23 14:39:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-04-23 14:39:31 +0100
commit8f9f02d483b87c787d089cf9329f5f1b81d3a77e (patch)
treeee1c0403092e9dd296c43706a0c7c2d14d5a5c19 /guestfs-actions.pod
parent713283f4a67b3a1960ca96ce6608d046fc202d2d (diff)
downloadlibguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.tar.gz
libguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.tar.xz
libguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.zip
Generated code for debug command.
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r--guestfs-actions.pod17
1 files changed, 17 insertions, 0 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod
index dcc8b50d..b945454a 100644
--- a/guestfs-actions.pod
+++ b/guestfs-actions.pod
@@ -522,6 +522,23 @@ C<value> can be NULL.
This function returns 0 on success or -1 on error.
+=head2 guestfs_debug
+
+ char *guestfs_debug (guestfs_h *handle,
+ const char *subcmd,
+ char * const* const extraargs);
+
+The C<guestfs_debug> command exposes some internals of
+C<guestfsd> (the guestfs daemon) that runs inside the
+qemu subprocess.
+
+There is no comprehensive help for this command. You have
+to look at the file C<daemon/debug.c> in the libguestfs source
+to find out what you can do.
+
+This function returns a string, or NULL on error.
+I<The caller must free the returned string after use>.
+
=head2 guestfs_download
int guestfs_download (guestfs_h *handle,