Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Really rename this module to peermanagement
[simgrid.git] / doc / module-gras.doc
index 5c3d672..9c84bb2 100644 (file)
        - \ref GRAS_ex_token
        - \ref GRAS_ex_timer
 
-    @{ */
+    @{ */
        /** @defgroup GRAS_comm    Communication facilities */
        /** @defgroup GRAS_run     Virtualization */
        /** @defgroup GRAS_code    Project and code management */
        /** @defgroup GRAS_ex      Examples */
+       /** @defgroup GRAS_tut     GRAS Tutorial */
 /** @} */
 #####################################################################
 /** @addtogroup GRAS_comm
    \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
    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 }