Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Process kills now seems to work. May need some additional checking ...
[simgrid.git] / examples / master_slave_kill / Slave.java
index 86fff0b..41b97cb 100644 (file)
@@ -27,6 +27,6 @@ public class Slave extends Process {
        task.send("mail1");
        
        Task task2 = Task.receive("mail2");
-       Msg.info("Receive Mail2!");
+        Msg.info("Receive Mail2!");
        }
-}
\ No newline at end of file
+}