Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the types xbt_context_function_t, smx_process_code_t and m_process_code_t; use...
[simgrid.git] / src / xbt / context_private.h
index 2cf2a2e..85d35e3 100644 (file)
@@ -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;