]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/context_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the router as dumb cpus in order to work with GTNETS
[simgrid.git] / src / xbt / context_private.h
index 2cf2a2e7b3a506b7e39fa85f82ae961d17b2ed1a..85d35e39e11aea986b9cf4f3f77c5b1994ee9cc3 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;