summaryrefslogtreecommitdiffstats
path: root/guestfs-actions.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:47:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:47:31 +0100
commit8c3b820c2b687345448e3d74a7101b07ff32688e (patch)
tree0cf5be9515ddcaa1ef6e74c2c55fca5760400c1c /guestfs-actions.pod
parent632012e6419f04fab93909f92ecbab5a2c590447 (diff)
downloadlibguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.gz
libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.xz
libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.zip
Generated code for ping-daemon command.
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r--guestfs-actions.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod
index f1b59649..9d094c96 100644
--- a/guestfs-actions.pod
+++ b/guestfs-actions.pod
@@ -1105,6 +1105,17 @@ either a destination filename or destination directory.
This function returns 0 on success or -1 on error.
+=head2 guestfs_ping_daemon
+
+ int guestfs_ping_daemon (guestfs_h *handle);
+
+This is a test probe into the guestfs daemon running inside
+the qemu subprocess. Calling this function checks that the
+daemon responds to the ping message, without affecting the daemon
+or attached block device(s) in any other way.
+
+This function returns 0 on success or -1 on error.
+
=head2 guestfs_pvcreate
int guestfs_pvcreate (guestfs_h *handle,