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 / Receiver.java
index 8f8268e..e4ad3ab 100644 (file)
@@ -14,7 +14,9 @@ import org.simgrid.msg.Task;
 import org.simgrid.msg.Process;
 
 public class Receiver extends Process {
-       
+       public Receiver(String hostname, String name) throws HostNotFoundException {
+               super(hostname, name);
+       }       
    final double commSizeLat = 1;
    final double commSizeBw = 100000000;