Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the objects are created in ApplicationHandler: they are
[simgrid.git] / examples / pingPong / Sender.java
index 80a4102..454cbb4 100644 (file)
@@ -14,7 +14,9 @@ import org.simgrid.msg.MsgException;
 import org.simgrid.msg.Process;
 
 public class Sender extends Process {
-  
+       public Sender(String hostname, String name) throws HostNotFoundException {
+               super(hostname, name);
+       }
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;