X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f851881b5dfc8776b706070e31ac55dd986f563..6d17036094433f0304c29b6f57922cee32b0c67c:/src/xbt/context_private.h diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index 2cf2a2e7b3..85d35e39e1 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -53,7 +53,7 @@ typedef struct s_xbt_context { #endif /* What to run */ - xbt_context_function_t code; /* the scheduled fonction */ + xbt_main_func_t code; /* the scheduled fonction */ int argc; char **argv;