Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / pingPong / Receiver.java
index a0cb0ff..05f50dc 100644 (file)
@@ -15,9 +15,9 @@ import org.simgrid.msg.Task;
 import org.simgrid.msg.Process;
 
 public class Receiver extends Process {
-       public Receiver(Host host, String name, String[]args, double startTime, double killTime) {
-               super(host,name,args,startTime,killTime);
-       }
+   public Receiver(Host host, String name, String[]args) {
+               super(host,name,args);
+   } 
    final double commSizeLat = 1;
    final double commSizeBw = 100000000;