Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a very old typo...
authorArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 25 Apr 2012 20:04:59 +0000 (22:04 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 25 Apr 2012 23:13:39 +0000 (01:13 +0200)
src/simix/smx_host.c

index 08b7ebe..d3be3ca 100644 (file)
@@ -326,7 +326,7 @@ void SIMIX_host_execution_suspend(smx_action_t action)
 void SIMIX_host_execution_resume(smx_action_t action)
 {
   if(action->execution.surf_exec)
-    surf_workstation_model->suspend(action->execution.surf_exec);
+    surf_workstation_model->resume(action->execution.surf_exec);
 }
 
 void SIMIX_execution_finish(smx_action_t action)