Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
release_forever is supposed to open the latch. Let's do so
[simgrid.git] / src / simix / smx_synchro.c
index 92ddf27..e80c9cf 100644 (file)
@@ -404,6 +404,7 @@ void SIMIX_sem_release_forever(smx_sem_t sem) {
     xbt_swag_remove(proc, sem->sleeping);
     xbt_swag_insert(proc, simix_global->process_to_run);
   }
+  sem->capacity == SMX_SEM_NOLIMIT;
 }
 
 /**