Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[simgrid.git] / src / simix / smx_process.c
index a6f5aee..2370388 100644 (file)
@@ -332,7 +332,7 @@ void SIMIX_process_suspend(smx_process_t process)
         SIMIX_action_suspend(act);
       }
     } else if (process->sem) {
-      smx_cond_t s;
+      smx_sem_t s;
       xbt_fifo_item_t i;
       smx_action_t act;