Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compile: ruby's context factoy should respect the factory interface
[simgrid.git] / src / simix / smx_context_sysv.c
index 2bef17d..1aba1d4 100644 (file)
@@ -185,4 +185,4 @@ void smx_ctx_sysv_runall_parallel(xbt_swag_t processes)
   while((process = xbt_swag_extract(processes))){
     xbt_tpool_queue_job(tpool, (void_f_pvoid_t)smx_ctx_sysv_resume, process->context);
   }
-}
+}
\ No newline at end of file