From: mquinson Date: Thu, 13 Jul 2006 20:36:12 +0000 (+0000) Subject: This example moved around X-Git-Tag: v3.3~2797 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca025a2e6977ee806a33ac2b3c25f431e6643860?ds=inline This example moved around git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2561 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/module-gras.doc b/doc/module-gras.doc index 886da4737c..19d6e82f07 100644 --- a/doc/module-gras.doc +++ b/doc/module-gras.doc @@ -451,7 +451,7 @@ \section GRAS_ex_stoken_deploy 1) Deployment file Here is the deployment file: - \include examples/gras/tokenS/tokenS_deployment.xml + \include examples/gras/mutual_exclusion/simple_token/simple_token.xml The neighbour of each node is given at startup as command line argument. Moreover, one of the nodes is instructed by a specific argument (the one @@ -465,7 +465,7 @@ message to the next node. That is why we have to store all variable in a global, as explained in the \ref GRAS_globals section. - \dontinclude examples/gras/tokenS/tokenS.c + \dontinclude examples/gras/mutual_exclusion/simple_token/simple_token.c \skip typedef \until }