Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Return the host failures in the same process sleep requests.
[simgrid.git] / src / simix / synchro_private.h
index cd16d9f..a820073 100644 (file)
@@ -44,4 +44,5 @@ int SIMIX_sem_would_block(smx_sem_t sem);
 void SIMIX_pre_sem_acquire(smx_req_t req);
 void SIMIX_pre_sem_acquire_timeout(smx_req_t req);
 int SIMIX_sem_get_capacity(smx_sem_t sem);
+
 #endif