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 80a4102..0af72d0 100644 (file)
@@ -14,7 +14,9 @@ import org.simgrid.msg.MsgException;
 import org.simgrid.msg.Process;
 
 public class Sender extends Process {
-  
+       public Sender(Host host, String name, String[] args) {
+               super(host,name,args);
+       }
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;