guestfs: Reference guestfs-browser architecture in threads documentation.
authorRichard Jones <rjones@redhat.com>
Thu, 9 Sep 2010 12:53:08 +0000 (13:53 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 23 Oct 2010 11:08:11 +0000 (12:08 +0100)
(cherry picked from commit 13be76168260ee57e3d134177066ca7ceb984092)

src/guestfs.pod

index c4fd53e..2d30e34 100644 (file)
@@ -1282,6 +1282,9 @@ Only use the handle from a single thread.  Either use the handle
 exclusively from one thread, or provide your own mutex so that two
 threads cannot issue calls on the same handle at the same time.
 
 exclusively from one thread, or provide your own mutex so that two
 threads cannot issue calls on the same handle at the same time.
 
+See the graphical program guestfs-browser for one possible
+architecture for multithreaded programs using libvirt and libguestfs.
+
 =head1 QEMU WRAPPERS
 
 If you want to compile your own qemu, run qemu from a non-standard
 =head1 QEMU WRAPPERS
 
 If you want to compile your own qemu, run qemu from a non-standard