Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove SIMIX_host_get_current_power_peak() and SIMIX_host_get_power_peak_at()
[simgrid.git] / src / simix / README_attempt_without_stack
index a7b145f..1652308 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);