X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779..dce08fe1e16cc851ad994b925d5d36a863648c8f:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index 335a9c11d2..43ead0c104 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -32,7 +32,10 @@ void gras_agent_spawn(const char *name, void *data, xbt_main_func_t code, int ar * * Use the \ref gras_userdata_new macro to create a new user data (or malloc it * and use \ref gras_userdata_set yourself), and \ref gras_userdata_get to - * retrieve a reference to it. + * retrieve a reference to it. + * + * For more info on this, you may want to check the relevant lesson of the GRAS tutorial: + * \ref GRAS_tut_tour_globals */ /* @{ */