Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the Process are killed, since we need the java stack to be empty ...
[simgrid.git] / examples / master_slave_kill / Slave.java
index 8f2140a..1bc7229 100644 (file)
@@ -26,7 +26,6 @@ public class Slave extends Process {
        Msg.info("Send Mail1!");
        task.send("mail1");
        
-       Msg.info("Send Mail2 !");
        Task task2 = Task.receive("mail2");
         Msg.info("Receive Mail2!");
   }