X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fad7c050587ca9dc0951b77d73e283b1dc9457..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index 0f8f0f1f02..335a9c11d2 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); /****************************************************************************/