Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a link from the documentation down to the relevant tutorial section
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 11 Apr 2009 16:39:37 +0000 (16:39 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 11 Apr 2009 16:39:37 +0000 (16:39 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6226 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/process.h

index 335a9c1..43ead0c 100644 (file)
@@ -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
  */
 /* @{ */