diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-03 11:29:55 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-03 11:29:55 +0100 |
commit | 55bf8fd622e9f84364b505db6591ace3ec2b5447 (patch) | |
tree | 321902c9b7ec7a09838776c331a47f6d9c746a0a /guestfs.pod | |
parent | a8b84fe17f5df830d3498ecf885e52f0914182dd (diff) | |
download | libguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.tar.gz libguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.tar.xz libguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.zip |
Lots more auto-generation.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod index 829e6e55..bf75e423 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -405,6 +405,10 @@ The callback function C<cb> will be called whenever a reply is received from the child process. (This corresponds to a transition from the BUSY state to the READY state). +Note that the C<xdr> that you get in the callback is in C<XDR_DECODE> +mode, and you need to consume it before you return from the callback +function (since it gets destroyed after). + =head2 guestfs_set_log_message_callback typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque, |