Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / pingPong / Sender.java
index 7e00cc0..0af72d0 100644 (file)
@@ -14,8 +14,8 @@ import org.simgrid.msg.MsgException;
 import org.simgrid.msg.Process;
 
 public class Sender extends Process {
-       public Sender(Host host, String name, String[]args, double startTime, double killTime) {
-               super(host,name,args,startTime,killTime);
+       public Sender(Host host, String name, String[] args) {
+               super(host,name,args);
        }
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;