From: Martin Quinson Date: Mon, 6 Aug 2018 20:06:02 +0000 (+0200) Subject: doc: fix a broken link due to the recent file rename X-Git-Tag: v3_21~284 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ec2921525d6fe03332fcacfe6edb4638cdd87c8b doc: fix a broken link due to the recent file rename --- diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 9b302e5cf5..da38da535c 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -286,9 +286,14 @@ than the previous examples. Shows how to implement a classical communication pattern, where a token is exchanged along a ring to reach every participant. - - Master Workers: @ref examples/s4u/app-masterworker/s4u-app-masterworker.cpp @n + - Master Workers: @ref examples/s4u/app-masterworker/s4u-app-masterworkers-class.cpp + @ref examples/s4u/app-masterworker/s4u-app-masterworkers-fun.cpp @n Another good old example, where one Master process has a bunch of task to dispatch to a set of several Worker - processes. + processes. This example comes in two equivalent variants, one + where the actors are specified as simple functions (which is easier to + understand for newcomers) and one where the actors are specified + as classes (which is more powerful for the users wanting to build + their own projects upon the example). @subsection s4u_ex_app_data Data diffusion