]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/popping.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start objectifing simix::Host
[simgrid.git] / src / simix / popping.cpp
index 1f3750d82323f42c7fcc7e7f0110b8f1d41250c1..ccbc8d8c218fb14b0471e49648f2a2d38bf2635a 100644 (file)
@@ -30,12 +30,12 @@ void SIMIX_simcall_answer(smx_simcall_t simcall)
  *    weird in process scheduling.
  */
 /*    if(!xbt_dynar_member(simix_global->process_to_run, &(simcall->issuer))) */
-    xbt_dynar_push_as(simix_global->process_to_run, smx_process_t, simcall->issuer);
+    xbt_dynar_push_as(simix_global->process_to_run, smx_actor_t, simcall->issuer);
 /*    else DIE_IMPOSSIBLE; */
   }
 }
 
-void SIMIX_simcall_exit(smx_synchro_t synchro)
+void SIMIX_simcall_exit(smx_activity_t synchro)
 {
   synchro->post();
 }