X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7516e3d43bd243928406a631bc5c9e89b2789f04..c28b7e03130c89fae7bad65806977cdbccb79c53:/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;