The images are referenced from '../images/' but the document is two
layers deep thus '../../images' needs to be used
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
(daemons) work. Even those who are not waiting for direct user input and have no
graphical interface. Such as Libvirt.
-.. image:: ../images/event_loop_simple.png
+.. image:: ../../images/event_loop_simple.png
:alt: event loop
In Libvirt this approach is used in combination with ``poll(2)`` as all the
is not acceptable for Libvirt. Therefore we have came up with the following
solution.
-.. image:: ../images/event_loop_worker.png
+.. image:: ../../images/event_loop_worker.png
:alt: event loop
The event loop does only necessary minimum and hand over message processing to