Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no xbt_lib in java world + leak plug
[simgrid.git] / src / simix / README_attempt_without_stack
index a7b145fad7523e3c0233c8ee1bb3036fd705656c..1652308da7bd79cea8c690a362532f1b6143a260 100644 (file)
@@ -66,7 +66,7 @@ simcall_* functions). Moreover, you must know that each blocking
 simcall will result in an interruption of your execution flow. 
 
 Let's take an example: If your code contains:
-   smx_action_t act = simcall_comm_isend(......);
+   smx_synchro_t act = simcall_comm_isend(......);
    simcall_comm_wait(act);
    simcall_comm_destroy(act);