X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f851881b5dfc8776b706070e31ac55dd986f563..6d17036094433f0304c29b6f57922cee32b0c67c:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index 91252f0116..1c7ac7dc58 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -17,6 +17,7 @@ #include "xbt/dict.h" #include "xbt/context.h" #include "xbt/config.h" +#include "xbt/function_types.h" /******************************* Datatypes **********************************/ @@ -58,7 +59,7 @@ typedef struct s_smx_simdata_process { typedef struct s_smx_process_arg { const char *name; - smx_process_code_t code; + xbt_main_func_t code; void *data; char *hostname; int argc;