diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-09 13:53:08 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-09 13:53:08 +0100 |
commit | 13be76168260ee57e3d134177066ca7ceb984092 (patch) | |
tree | 4e4451262703da113e8dc05ca5a2f728c42f6c2e | |
parent | b1454e38987473c94f20b10061031f2abe5a69a0 (diff) | |
download | libguestfs-13be76168260ee57e3d134177066ca7ceb984092.tar.gz libguestfs-13be76168260ee57e3d134177066ca7ceb984092.tar.xz libguestfs-13be76168260ee57e3d134177066ca7ceb984092.zip |
guestfs: Reference guestfs-browser architecture in threads documentation.
-rw-r--r-- | src/guestfs.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 97b92824..de5e2543 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1549,6 +1549,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. +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 |