X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs.pod;fp=guestfs.pod;h=129c68174b8687c5e471ecd79192cad8024803f4;hb=c9cc61940b41b1abb763a1932adfc3461372c10b;hp=70082da468c4c5a193141c5c699be8f3598fc1ae;hpb=64a5ae0e969754c709974104a83e6d1dbb4c2764;p=libguestfs.git diff --git a/guestfs.pod b/guestfs.pod index 70082da..129c681 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -237,6 +237,22 @@ situations. This returns the current out of memory handler. +=head1 AUTOSYNC + +=head2 guestfs_set_autosync + + void guestfs_set_autosync (guestfs_h *handle, int autosync); + +If C is true, this enables autosync. Libguestfs will make a +best effort attempt to run C when the handle is closed +(also if the program exits without closing handles). + +=head2 guestfs_get_autosync + + int guestfs_get_autosync (guestfs_h *handle); + +Get the autosync flag. + =head1 VERBOSE MESSAGES =head2 guestfs_set_verbose