Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix process_killall. Closes #186.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 30 Sep 2017 19:40:08 +0000 (21:40 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 30 Sep 2017 19:56:20 +0000 (21:56 +0200)
This was never tested, or it was a long time ago.

src/simix/ActorImpl.cpp

index 205c7f0..49d14cb 100644 (file)
@@ -587,10 +587,6 @@ void SIMIX_process_killall(smx_actor_t issuer, int reset_pid)
 
   if (reset_pid > 0)
     simix_process_maxpid = reset_pid;
-
-  SIMIX_context_runall();
-
-  SIMIX_process_empty_trash();
 }
 
 void SIMIX_process_change_host(smx_actor_t process, sg_host_t dest)