diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-02 20:07:21 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-02 20:07:21 +0100 |
commit | 88f69eb03160a62d38a361a5ad68c6ba1e767a20 (patch) | |
tree | 70451f8e0fbcff507b0d7178da33a5667d6c02db /guestfs.pod | |
parent | e94fca28c7503464c6ef0a9739c0d22741ef4dce (diff) | |
download | libguestfs-88f69eb03160a62d38a361a5ad68c6ba1e767a20.tar.gz libguestfs-88f69eb03160a62d38a361a5ad68c6ba1e767a20.tar.xz libguestfs-88f69eb03160a62d38a361a5ad68c6ba1e767a20.zip |
Guest boots, and basic select/callbacks work.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guestfs.pod b/guestfs.pod index a3ef84bb..9202fb84 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -483,9 +483,9 @@ two are provided for you: =over 4 -=item libguestfs-poll +=item libguestfs-select -A simple main loop that is implemented using L<poll(2)>. +A simple main loop that is implemented using L<select(2)>. This is the default main loop unless you call C<guestfs_set_main_loop> or C<guestfs_glib_set_main_loop>. @@ -562,8 +562,8 @@ function, eg. C<g_main_loop_quit>. In those cases, ignore this call. =head2 WRITING A CUSTOM MAIN LOOP -This isn't documented. Please see the libguestfs-poll and libguestfs-glib -implementations. +This isn't documented. Please see the libguestfs-select and +libguestfs-glib implementations. =head1 SEE ALSO |