X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6de0046421a8be2333ff7bda55665963ef37411..dce08fe1e16cc851ad994b925d5d36a863648c8f:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index 0f8f0f1f02..43ead0c104 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -11,10 +11,11 @@ #define GRAS_PROCESS_H #include "xbt/misc.h" /* SG_BEGIN_DECL */ +#include "xbt/dict.h" SG_BEGIN_DECL() -void gras_agent_spawn(const char *name, void *data, xbt_main_func_t code, int argc, char *argv[]); +void gras_agent_spawn(const char *name, void *data, xbt_main_func_t code, int argc, char *argv[], xbt_dict_t properties); /****************************************************************************/ @@ -31,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 */ /* @{ */